Browse Source

chore: fix lints

next
Bobbin Threadbare 3 months ago
parent
commit
d470a5087b
No known key found for this signature in database GPG Key ID: 289C444AD87BC941
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/merkle/smt/mod.rs

+ 0
- 1
src/merkle/smt/mod.rs

@ -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};

Loading…
Cancel
Save