Skip to content

Commit

Permalink
chore: fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Dec 27, 2024
1 parent 43b2954 commit d470a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/merkle/smt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use alloc::{collections::BTreeMap, vec::Vec};
use core::mem;

use num::Integer;

use winter_utils::{ByteReader, ByteWriter, Deserializable, DeserializationError, Serializable};

use super::{EmptySubtreeRoots, InnerNodeInfo, MerkleError, MerklePath, NodeIndex};
Expand Down

0 comments on commit d470a50

Please sign in to comment.