mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
storage fix warnings
This commit is contained in:
parent
37938a022c
commit
98ba83e0a4
@ -4,7 +4,6 @@ use monotree::{Hasher, Monotree, Proof};
|
|||||||
|
|
||||||
use crate::commitment::Commitment;
|
use crate::commitment::Commitment;
|
||||||
use crate::merkle_tree_public::CommitmentHashType;
|
use crate::merkle_tree_public::CommitmentHashType;
|
||||||
use crate::nullifier::UTXONullifier;
|
|
||||||
|
|
||||||
pub struct CommitmentsSparseMerkleTree {
|
pub struct CommitmentsSparseMerkleTree {
|
||||||
pub curr_root: Option<CommitmentHashType>,
|
pub curr_root: Option<CommitmentHashType>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user