diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:46:31 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:46:31 +0200 |
commit | 6f60613ffb345e3af25b0ddf70499d015379e11c (patch) | |
tree | d6b69c6e1b09275af71b4290f6077e9eb89d313a /src/wallet/wallet2.h | |
parent | Merge pull request #2238 (diff) | |
parent | simplewallet: add (out of sync) or (no daemon) markers in the prompt (diff) | |
download | monero-6f60613ffb345e3af25b0ddf70499d015379e11c.tar.xz |
Merge pull request #2240
b7d6ec83 simplewallet: add (out of sync) or (no daemon) markers in the prompt (moneromooo-monero)
fa23a500 wallet2: add a is_synced function (moneromooo-monero)
f1307bbd node_rpc_proxy: add a proxy for target height (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 62ab9c0b1..ba9abacf5 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -600,6 +600,8 @@ namespace tools uint64_t get_blockchain_height_by_date(uint16_t year, uint8_t month, uint8_t day); // 1<=month<=12, 1<=day<=31 + bool is_synced() const; + private: /*! * \brief Stores wallet information to wallet file. |