aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-07-19 00:15:15 +0200
committerrating89us <rating89us@rating89us.com>2021-07-19 00:30:36 +0200
commita3d2b71ee98905f96a12e312a769c8614dcba0bf (patch)
tree43e211b11f67ae6b5acd3d40715d17c84042f27e /src/wallet/api/wallet.h
parentde3456e1275836725291ba71036b7ef0e2cda91f (diff)
downloadmonzero-core-a3d2b71ee98905f96a12e312a769c8614dcba0bf.tar.gz
monzero-core-a3d2b71ee98905f96a12e312a769c8614dcba0bf.tar.xz
monzero-core-a3d2b71ee98905f96a12e312a769c8614dcba0bf.zip
wallet_api: expose offline mode status
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
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 &note) override;
virtual std::string getUserNote(const std::string &txid) const override;