Skip to content

Commit aa8ee38

Browse files
committed
chore: clippy / fmt
1 parent 5bcebdf commit aa8ee38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/evm.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,10 +2359,7 @@ mod tests {
23592359
rpc::types::{Authorization, TransactionRequest},
23602360
signers::SignerSync,
23612361
};
2362-
use revm::{
2363-
context::transaction::AuthorizationTr, database::InMemoryDB,
2364-
inspector::inspectors::TracerEip3155, primitives::bytes,
2365-
};
2362+
use revm::{context::transaction::AuthorizationTr, database::InMemoryDB, primitives::bytes};
23662363

23672364
#[test]
23682365
fn test_estimate_gas_simple_transfer() {
@@ -2416,7 +2413,6 @@ mod tests {
24162413
let (estimation, trevm) =
24172414
trevm.fill_cfg(&NoopCfg).fill_block(&NoopBlock).fill_tx(&tx).estimate_gas().unwrap();
24182415

2419-
dbg!(&estimation);
24202416
assert!(estimation.is_success());
24212417

24222418
let tx = tx.with_gas_limit(estimation.limit());

0 commit comments

Comments
 (0)