Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 30, 2024
1 parent 2b26349 commit f9fabaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fn test_parity_statediff_blob_commit() {
cfg.clone(),
BlockEnv {
basefee: U256::from(100),
blob_excess_gas_and_price: Some(BlobExcessGasAndPrice::new(100)),
blob_excess_gas_and_price: Some(BlobExcessGasAndPrice::new(100, false)),
..Default::default()
},
TxEnv {
Expand Down

0 comments on commit f9fabaf

Please sign in to comment.