mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Remove erraneous commas
This commit is contained in:
parent
da0715e503
commit
16f8e042b5
@ -161,9 +161,9 @@ struct Wallet2CallbackImpl : public tools::i_wallet2_callback
|
||||
|
||||
LOG_PRINT_L3(__FUNCTION__ << ": money received. height: " << height
|
||||
<< ", tx: " << tx_hash
|
||||
<< ", amount: " << print_money(amount - burnt),
|
||||
<< ", burnt: " << print_money(burnt),
|
||||
<< ", raw_output_value: " << print_money(amount),
|
||||
<< ", amount: " << print_money(amount - burnt)
|
||||
<< ", burnt: " << print_money(burnt)
|
||||
<< ", raw_output_value: " << print_money(amount)
|
||||
<< ", idx: " << subaddr_index);
|
||||
// do not signal on received tx if wallet is not syncronized completely
|
||||
if (m_listener && m_wallet->synchronized()) {
|
||||
|
Loading…
Reference in New Issue
Block a user