mirror of
https://github.com/monero-project/monero.git
synced 2025-01-27 23:46:59 -05:00
Merge pull request #2825
ac5cd865 simplewallet: fix typo in incoming monero message (moneromooo-monero)
This commit is contained in:
commit
ac261d0d87
@ -2106,7 +2106,7 @@ void simple_wallet::on_money_received(uint64_t height, const crypto::hash &txid,
|
|||||||
message_writer(console_color_green, false) << "\r" <<
|
message_writer(console_color_green, false) << "\r" <<
|
||||||
tr("Height ") << height << ", " <<
|
tr("Height ") << height << ", " <<
|
||||||
tr("txid ") << txid << ", " <<
|
tr("txid ") << txid << ", " <<
|
||||||
print_money(amount) <<
|
print_money(amount) << ", " <<
|
||||||
tr("idx ") << subaddr_index;
|
tr("idx ") << subaddr_index;
|
||||||
if (m_auto_refresh_refreshing)
|
if (m_auto_refresh_refreshing)
|
||||||
m_cmd_binder.print_prompt();
|
m_cmd_binder.print_prompt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user