Skip to content

Commit a29ed14

Browse files
committed
fix
1 parent 90c122f commit a29ed14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/store/src/state.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use miden_node_utils::ErrorReport;
2828
use miden_node_utils::formatting::format_array;
2929
use miden_protocol::Word;
3030
use miden_protocol::account::delta::AccountUpdateDetails;
31-
use miden_protocol::account::{AccountId, StorageSlotContent};
32-
use miden_protocol::block::account_tree::{account_id_to_smt_key, AccountTree, AccountWitness};
31+
use miden_protocol::account::AccountId;
32+
use miden_protocol::block::account_tree::{AccountTree, AccountWitness, account_id_to_smt_key};
3333
use miden_protocol::block::nullifier_tree::{NullifierTree, NullifierWitness};
3434
use miden_protocol::block::{BlockHeader, BlockInputs, BlockNumber, Blockchain, ProvenBlock};
3535
use miden_protocol::crypto::merkle::mmr::{Forest, MmrDelta, MmrPeaks, MmrProof, PartialMmr};

0 commit comments

Comments
 (0)