forked from lthn/blockchain
explicit namespace for print_money in wallet
This commit is contained in:
parent
2927edf16a
commit
db5564ac1e
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "warnings.h"
|
||||
//#include <compat/cpuid.h>
|
||||
|
||||
#if defined(__x86_64__) || defined(__amd64__) || defined(__i386__)
|
||||
|
|
|
|||
|
|
@ -1312,7 +1312,7 @@ namespace tools
|
|||
ptc.is_derived_from_coinbase = true;
|
||||
else
|
||||
ptc.is_derived_from_coinbase = false;
|
||||
WLT_LOG_L0("Spent key out, transfer #" << tr_index << ", amount: " << print_money(td.amount()) << ", with tx: " << get_transaction_hash(tx) << ", at height " << ptc.height <<
|
||||
WLT_LOG_L0("Spent key out, transfer #" << tr_index << ", amount: " << currency::print_money(td.amount()) << ", with tx: " << get_transaction_hash(tx) << ", at height " << ptc.height <<
|
||||
"; flags: " << flags_before << " -> " << td.m_flags);
|
||||
ptc.mtd.spent_indices.push_back(ptc.i);
|
||||
remove_transfer_from_expiration_list(tr_index);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue