fix: cache test

This commit is contained in:
Oleksandr Pravdyvyi 2025-09-09 15:41:14 +03:00
parent 54590f8157
commit ef32f7179e
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -30,6 +30,8 @@ pub mod config;
pub mod helperfunctions;
pub mod poller;
//
pub struct WalletCore {
pub storage: WalletChainStore,
pub poller: TxPoller,