Skip to content

Commit d536810

Browse files
Avoid updating the tx base fee on bump
1 parent c3c0b91 commit d536810

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • aggregation_mode/proof_aggregator/src/backend

aggregation_mode/proof_aggregator/src/backend/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,6 @@ impl ProofAggregator {
558558
let new_priority_fee = priority_fee_wei;
559559

560560
Ok(tx_req
561-
// In TransactionRequest docs the gas_price field is defined as
562-
// "The max base fee per gas the sender is willing to pay."
563-
.with_gas_price(new_base_fee as u128)
564561
.with_max_fee_per_gas(new_max_fee as u128)
565562
.with_max_priority_fee_per_gas(new_priority_fee))
566563
}

0 commit comments

Comments
 (0)