From ef32f7179e65253217c9fbe4a0f98e470f0131fb Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Tue, 9 Sep 2025 15:41:14 +0300 Subject: [PATCH] fix: cache test --- wallet/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wallet/src/lib.rs b/wallet/src/lib.rs index 3814925..015ee40 100644 --- a/wallet/src/lib.rs +++ b/wallet/src/lib.rs @@ -30,6 +30,8 @@ pub mod config; pub mod helperfunctions; pub mod poller; +// + pub struct WalletCore { pub storage: WalletChainStore, pub poller: TxPoller,