1
0
Fork 0
forked from lthn/blockchain

fixed abstract interface against mobile wallet

This commit is contained in:
cryptozoidberg 2023-10-12 21:23:47 +02:00
parent b0f31ebd1b
commit de3931b199
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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