diff options
author | xiphon <xiphon@protonmail.com> | 2020-10-17 02:56:15 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2020-10-17 02:56:15 +0000 |
commit | 70eb0d1844258e491f0d22866b8029e66846a482 (patch) | |
tree | 98a6adccb7d1e6c6876278e7297685561c7d5b82 /src/wallet/api/wallet.h | |
parent | Merge pull request #6867 (diff) | |
download | monero-70eb0d1844258e491f0d22866b8029e66846a482.tar.xz |
wallet2_api: implement stop() to interrupt refresh() loop once
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 caf1e9ed4..3bf3e759b 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -99,6 +99,7 @@ public: std::string publicSpendKey() const override; std::string publicMultisigSignerKey() const override; std::string path() const override; + void stop() override; bool store(const std::string &path) override; std::string filename() const override; std::string keysFilename() const override; |