simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet

This commit is contained in:
jcktm
2018-04-19 12:17:45 +10:00
parent 4b728d7dd4
commit 89e51ecd38
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -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; }