aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorbenevanoff <benjaminevanoff99@gmail.com>2021-04-05 13:41:04 -0500
committerbenevanoff <benjaminevanoff99@gmail.com>2021-04-05 13:41:04 -0500
commit25e82545f35b5bfe8beb17220c232fb89411d4da (patch)
tree4d62467b0ac3b3b990b2608ad919f60b887c486b /src/wallet/api/wallet.h
parentMerge pull request #7260 (diff)
downloadmonero-25e82545f35b5bfe8beb17220c232fb89411d4da.tar.xz
expose set_offline to wallet api
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 3bf3e759b..e7257e7d0 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -181,6 +181,8 @@ public:
virtual bool setCacheAttribute(const std::string &key, const std::string &val) override;
virtual std::string getCacheAttribute(const std::string &key) const override;
+ virtual void setOffline(bool offline) override;
+
virtual bool setUserNote(const std::string &txid, const std::string &note) override;
virtual std::string getUserNote(const std::string &txid) const override;
virtual std::string getTxKey(const std::string &txid) const override;