Skip to content

Commit

Permalink
fix(evm): remove unused import of primitive_types H256 in rlp_node_codec
Browse files Browse the repository at this point in the history
  • Loading branch information
atahanyild committed Dec 13, 2024
1 parent 554f395 commit 1ce990b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/evm-storage-verifier/src/rlp_node_codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use std::{borrow::Borrow, marker::PhantomData, ops::Range};

use hash_db::Hasher;
// use primitive_types::H256;
use rlp::{DecoderError, Prototype, Rlp, RlpStream};
use sha3::{Digest, Keccak256};
use trie_db::{
Expand Down

0 comments on commit 1ce990b

Please sign in to comment.