diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-02 14:44:42 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-02 14:44:42 +0100 |
commit | b7d6ec83648f145190cab9044d321f3ef6d4e8e7 (patch) | |
tree | d9fbb9fb6488622df3a0e2972a8f7e46c55dbd11 /src/simplewallet/simplewallet.h | |
parent | wallet2: add a is_synced function (diff) | |
download | monero-b7d6ec83648f145190cab9044d321f3ef6d4e8e7.tar.xz |
simplewallet: add (out of sync) or (no daemon) markers in the prompt
Should help people who don't realize why they haven't seen their
monero yet.
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index e04352295..b473953e0 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -182,6 +182,7 @@ namespace cryptonote bool accept_loaded_tx(const tools::wallet2::unsigned_tx_set &txs); bool accept_loaded_tx(const tools::wallet2::signed_tx_set &txs); bool print_ring_members(const std::vector<tools::wallet2::pending_tx>& ptx_vector, std::ostream& ostr); + std::string get_prompt() const; /*! * \brief Prints the seed with a nice message |