aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-16 12:51:22 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-04-16 12:51:22 -0500
commit13418dbb98df1cc8281f8cabeb9b9c9292ec7ff9 (patch)
tree9e77fb2260de5f81fe94baf707e3fa8b79033855 /src/wallet/api/wallet.h
parentMerge pull request #7642 (diff)
parentexpose set_offline to wallet api (diff)
downloadmonero-13418dbb98df1cc8281f8cabeb9b9c9292ec7ff9.tar.xz
Merge pull request #7648
25e8254 expose set_offline to wallet api (benevanoff)
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 0f3614bb4..13b33d1cd 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -182,6 +182,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;