diff --git a/src/crypto/bitcoin/sha256.cpp b/src/crypto/bitcoin/sha256.cpp index caf8a85d..20c994f3 100644 --- a/src/crypto/bitcoin/sha256.cpp +++ b/src/crypto/bitcoin/sha256.cpp @@ -7,7 +7,7 @@ #include #include - +#include "warnings.h" //#include #if defined(__x86_64__) || defined(__amd64__) || defined(__i386__) diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 1435df27..5d0f02a6 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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);