From 5b4d41b1ed0c519a5755241163c61621598ad602 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 12 Oct 2022 20:05:45 +0200 Subject: [PATCH] fixed bug with compilation --- src/wallet/wallet2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 0eb474a5..7e0a8db2 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4186,7 +4186,7 @@ void wallet2::publish_new_asset(const currency::asset_descriptor_base& asset_inf ctp.extra.push_back(asset_reg_info); //&&&&& - LOG_PRINT_MAGENTA("ctp.dsts[0].asset_id:" << ctp.dsts[0].asset_id << ", ctp.dsts[1].asset_id:" << ctp.dsts[1].asset_id); + LOG_PRINT_MAGENTA("ctp.dsts[0].asset_id:" << ctp.dsts[0].asset_id << ", ctp.dsts[1].asset_id:" << ctp.dsts[1].asset_id, LOG_LEVEL_0); finalized_tx ft = AUTO_VAL_INIT(ft); @@ -5754,7 +5754,7 @@ void wallet2::prepare_transaction(construct_tx_param& ctp, currency::finalize_tx //&&&&& for (const auto d : ftp.prepared_destinations) { - LOG_PRINT_MAGENTA("[prepare_tx_destinations] amount:" << d.amoumt << ", asset_id:" << d.asset_id); + LOG_PRINT_MAGENTA("[prepare_tx_destinations] amount:" << d.amount << ", asset_id:" << d.asset_id, LOG_LEVEL_0); }