diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:33:38 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:33:38 -0400 |
commit | cb084663943a835e70687c399495042424101cf1 (patch) | |
tree | 828f27c18a5688c478a704094da9638aa626619b /src/wallet/api/wallet.h | |
parent | Merge pull request #7800 (diff) | |
parent | wallet_api: expose offline mode status (diff) | |
download | monero-cb084663943a835e70687c399495042424101cf1.tar.xz |
Merge pull request #7802
a3d2b71 wallet_api: expose offline mode status (rating89us)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 217f16e48..011a94ec4 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -186,6 +186,7 @@ public: virtual std::string getCacheAttribute(const std::string &key) const override; virtual void setOffline(bool offline) override; + virtual bool isOffline() const override; virtual bool setUserNote(const std::string &txid, const std::string ¬e) override; virtual std::string getUserNote(const std::string &txid) const override; |