wallet_api: expose offline mode status

This commit is contained in:
rating89us
2021-07-19 00:15:15 +02:00
committed by rating89us
parent de3456e127
commit a3d2b71ee9
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -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;