diff options
author | jcktm <kitten@protonmail.com> | 2018-04-19 12:17:45 +1000 |
---|---|---|
committer | jcktm <kitten@protonmail.com> | 2018-05-15 15:28:42 +1000 |
commit | 89e51ecd38e6958f9de8431c2c95dc76e9b246cd (patch) | |
tree | 3ac8e32e265b257902e5c0894ac89931ab77b4b5 /src/wallet/wallet2.h | |
parent | Merge pull request #3794 (diff) | |
download | monero-89e51ecd38e6958f9de8431c2c95dc76e9b246cd.tar.xz |
simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 69b63876a..763f8a9e2 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -653,6 +653,7 @@ namespace tools bool watch_only() const { return m_watch_only; } bool multisig(bool *ready = NULL, uint32_t *threshold = NULL, uint32_t *total = NULL) const; bool has_multisig_partial_key_images() const; + bool has_unknown_key_images() const; bool get_multisig_seed(std::string& seed, const epee::wipeable_string &passphrase = std::string(), bool raw = true) const; bool key_on_device() const { return m_key_on_device; } |