From 88c30645e716c43734133a7aa4b8a7edad384350 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Fri, 4 Apr 2025 13:01:41 +0300 Subject: [PATCH] fix: warning fix --- node_core/src/storage/public_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {