diff --git a/node_core/src/storage/public_context.rs b/node_core/src/storage/public_context.rs index 68c2573..db0503f 100644 --- a/node_core/src/storage/public_context.rs +++ b/node_core/src/storage/public_context.rs @@ -1,7 +1,7 @@ use std::collections::BTreeMap; use accounts::account_core::{AccountAddress, AccountPublicMask}; -use storage::{merkle_tree_public::TreeHashType, AccountId}; +use storage::merkle_tree_public::TreeHashType; ///Strucutre, representing context, given to a smart contract on a call pub struct PublicSCContext {