diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-15 17:51:28 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-15 17:52:37 +0000 |
commit | ac5cd865b26efee3ad7b4ce9045872530041b176 (patch) | |
tree | 4856630aeff7058852a827382bc740eda2c8bc59 /src | |
parent | Merge pull request #2818 (diff) | |
download | monero-ac5cd865b26efee3ad7b4ce9045872530041b176.tar.xz |
simplewallet: fix typo in incoming monero message
Diffstat (limited to 'src')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 37db00bc1..8b1f0862a 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2102,7 +2102,7 @@ void simple_wallet::on_money_received(uint64_t height, const crypto::hash &txid, message_writer(console_color_green, false) << "\r" << tr("Height ") << height << ", " << tr("txid ") << txid << ", " << - print_money(amount) << + print_money(amount) << ", " << tr("idx ") << subaddr_index; if (m_auto_refresh_refreshing) m_cmd_binder.print_prompt(); |