Skip to content

Commit 4d44992

Browse files
committed
default to something
1 parent ccd0d6f commit 4d44992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/primitives/src/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ impl Default for BlockEnv {
376376
basefee: U256::ZERO,
377377
difficulty: U256::ZERO,
378378
prevrandao: Some(B256::zero()),
379-
blob_gas_and_fee: None,
379+
blob_gas_and_fee: Some(BlobGasAndFee::new(0)),
380380
}
381381
}
382382
}

0 commit comments

Comments
 (0)