diff options
| author | m2049r <30435443+m2049r@users.noreply.github.com> | 2017-09-23 00:52:09 +0200 |
|---|---|---|
| committer | m2049r <30435443+m2049r@users.noreply.github.com> | 2017-09-23 00:52:09 +0200 |
| commit | 6ee1116d759b6d760490574978964b5e55ca591d (patch) | |
| tree | a245cc285def6d36e3bd5714d965da557536cf8e /src/wallet/api/wallet.h | |
| parent | 1f9058187c76b60f26930410ed3c162846441e20 (diff) | |
| download | monzero-core-6ee1116d759b6d760490574978964b5e55ca591d.tar.gz monzero-core-6ee1116d759b6d760490574978964b5e55ca591d.tar.xz monzero-core-6ee1116d759b6d760490574978964b5e55ca591d.zip | |
store is optional during close and defaults to true; except during descruction
Diffstat (limited to 'src/wallet/api/wallet.h')
| -rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 8190c7873..36ffd4fc0 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -63,7 +63,7 @@ public: const std::string &address_string, const std::string &viewkey_string, const std::string &spendkey_string = ""); - bool close(); + bool close(bool store = true); std::string seed() const; std::string getSeedLanguage() const; void setSeedLanguage(const std::string &arg); |
