Skip to content

Commit

Permalink
fix: Trim conflicting key max_fee_per_blob_gas from Eip1559 tx type (
Browse files Browse the repository at this point in the history
  • Loading branch information
moricho authored and ben186 committed Jul 27, 2024
1 parent 283e8cb commit 31ed2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc-types-eth/src/transaction/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ impl TransactionRequest {
}
TxType::Eip1559 => {
self.gas_price = None;
self.max_fee_per_blob_gas = None;
self.blob_versioned_hashes = None;
self.sidecar = None;
}
Expand Down

0 comments on commit 31ed2e8

Please sign in to comment.