added new line were missing (#1928)

Co-authored-by: Andrea Simeoni <>
This commit is contained in:
Andrea Simeoni 2022-12-06 07:05:02 +01:00 committed by GitHub
parent 80d887b67e
commit 59dd541f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ pub struct Eip1559TransactionRequest {
/// Represents the maximum tx fee that will go to the miner as part of the user's
/// fee payment. It serves 3 purposes:
/// 1. Compensates miners for the uncle/ommer risk + fixed costs of including transaction in a
/// block; 2. Allows users with high opportunity costs to pay a premium to miners;
/// block;
/// 2. Allows users with high opportunity costs to pay a premium to miners;
/// 3. In times where demand exceeds the available block space (i.e. 100% full, 30mm gas),
/// this component allows first price auctions (i.e. the pre-1559 fee model) to happen on the
/// priority fee.