From 71c1ba93779d58302e3ee1b6ceb32bf773fe0ebe Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 12 Oct 2023 20:33:11 +0200 Subject: [PATCH] Update wallets_manager.h Fix for mobile wallet --- src/wallet/wallets_manager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/wallets_manager.h b/src/wallet/wallets_manager.h index aa203a11..29628a2a 100644 --- a/src/wallet/wallets_manager.h +++ b/src/wallet/wallets_manager.h @@ -144,7 +144,9 @@ public: std::string get_fav_offers(const std::list& hashes, const bc_services::core_offers_filter& filter, std::list& offers); std::string get_tx_pool_info(currency::COMMAND_RPC_GET_POOL_INFO::response& res); std::string export_wallet_history(const view::export_wallet_info& ewi); +#ifndef MOBILE_WALLET_BUILD currency::core_rpc_server& get_rpc_server() { return m_rpc_server; } +#endif uint64_t get_default_fee(); std::string get_mining_estimate(uint64_t amuont_coins, uint64_t time,