Import fix

This commit is contained in:
wborgeaud 2022-07-19 15:27:51 +02:00
parent 54629a0ef9
commit a8ce2a6073

View File

@ -1,6 +1,5 @@
use anyhow::bail;
use ethereum_types::{BigEndianHash, U256, U512};
use ethereum_types::{U256, U512};
use keccak_hash::keccak;
/// Halt interpreter execution whenever a jump to this offset is done.