We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f9d23 commit 4ecc1b4Copy full SHA for 4ecc1b4
merkle/src/account.rs
@@ -1,6 +1,6 @@
1
use alloy_primitives::{keccak256, B256, U256};
2
use alloy_rlp::{RlpDecodable, RlpEncodable};
3
-use serde::{Serialize, Deserialize};
+use serde::{Deserialize, Serialize};
4
5
use crate::nodes::node::NodeRef;
6
0 commit comments