aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-16 14:15:52 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-16 14:15:52 -0500
commit9226acca4be7ed920e82172011c02975ff3edb62 (patch)
tree5d62ed798ce7b2ad6ada134d3de4cba659fb5b01 /src/wallet/wallet2.h
parentMerge pull request #3798 (diff)
parentsimple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa... (diff)
downloadmonero-9226acca4be7ed920e82172011c02975ff3edb62.tar.xz
Merge pull request #3804
89e51ec simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet (jcktm)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 1d3e60a18..a10cef561 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -655,6 +655,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; }