fix: warning fix

This commit is contained in:
Oleksandr Pravdyvyi 2025-04-04 13:01:41 +03:00
parent 0b1df5b3d5
commit 88c30645e7

View File

@ -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 {