forked from lthn/blockchain
fixed abstract interface against mobile wallet
This commit is contained in:
parent
b0f31ebd1b
commit
de3931b199
1 changed files with 2 additions and 0 deletions
|
|
@ -21,7 +21,9 @@ namespace tools
|
|||
{
|
||||
virtual void lock() {};
|
||||
virtual void unlock() {};
|
||||
#ifndef MOBILE_WALLET_BUILD
|
||||
virtual std::shared_ptr<wallet2> get_wallet() = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct wallet_rpc_locker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue