mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
simplewallet: fix typo in incoming monero message
This commit is contained in:
parent
dc6a8014bd
commit
ac5cd865b2
1 changed files with 1 additions and 1 deletions
|
@ -2102,7 +2102,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…
Reference in a new issue