We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05579a7 commit f041389Copy full SHA for f041389
src/driver/alloy.rs
@@ -3,7 +3,7 @@ use crate::{
3
system::{
4
MAX_BLOB_GAS_PER_BLOCK_CANCUN, MAX_BLOB_GAS_PER_BLOCK_OSAKA, MAX_BLOB_GAS_PER_BLOCK_PRAGUE,
5
},
6
- trevm_bail, trevm_ensure, trevm_try, Block, BundleDriver, DriveBundleResult,
+ Block, BundleDriver, DriveBundleResult,
7
};
8
use alloy::{
9
consensus::{
0 commit comments