diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-02 21:36:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-02 21:36:56 +0200 |
commit | 58c87786ae60f1c35dfb37ef3bff80995bfb3578 (patch) | |
tree | 93c7d8e064854c4d7dca3b7d0fdce5450c04710b /src/wallet/wallet2.cpp | |
parent | Merge pull request #1651 (diff) | |
parent | Changed console output for transaction from L0 to L1 (diff) | |
download | monero-58c87786ae60f1c35dfb37ef3bff80995bfb3578.tar.xz |
Merge pull request #1652
fba9332d Changed console output for transaction from L0 to L1 (NanoAkron)
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 858538c1e..148fb9d52 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3007,7 +3007,7 @@ void wallet2::commit_tx(pending_tx& ptx) } //fee includes dust if dust policy specified it. - LOG_PRINT_L0("Transaction successfully sent. <" << txid << ">" << ENDL + LOG_PRINT_L1("Transaction successfully sent. <" << txid << ">" << ENDL << "Commission: " << print_money(ptx.fee) << " (dust sent to dust addr: " << print_money((ptx.dust_added_to_fee ? 0 : ptx.dust)) << ")" << ENDL << "Balance: " << print_money(balance()) << ENDL << "Unlocked: " << print_money(unlocked_balance()) << ENDL |