forked from lthn/blockchain
Update wallets_manager.h
Fix for mobile wallet
This commit is contained in:
parent
e912a51cf2
commit
71c1ba9377
1 changed files with 2 additions and 0 deletions
|
|
@ -144,7 +144,9 @@ public:
|
|||
std::string get_fav_offers(const std::list<bc_services::offer_id>& hashes, const bc_services::core_offers_filter& filter, std::list<bc_services::offer_details_ex>& 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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue