Skip to content

Commit

Permalink
Merge branch 'master' into feat/cast-send-bump-gas-price-stuck-txs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Oct 25, 2024
2 parents 6029c14 + 192a5a2 commit ec2c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/core/src/eth/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pub fn to_alloy_transaction_with_hash_and_sender(
y_parity: None,
}),
access_list: None,
transaction_type: None,
transaction_type: Some(0),
max_fee_per_blob_gas: None,
blob_versioned_hashes: None,
authorization_list: None,
Expand Down

0 comments on commit ec2c43a

Please sign in to comment.