We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c0b91 commit d536810Copy full SHA for d536810
1 file changed
aggregation_mode/proof_aggregator/src/backend/mod.rs
@@ -558,9 +558,6 @@ impl ProofAggregator {
558
let new_priority_fee = priority_fee_wei;
559
560
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)
564
.with_max_fee_per_gas(new_max_fee as u128)
565
.with_max_priority_fee_per_gas(new_priority_fee))
566
}
0 commit comments