From 139f2a5ae44334a5fa959f5707523025f79e502d Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 30 Nov 2022 19:58:20 +0100 Subject: [PATCH] wallet: minor log improvement --- src/currency_core/pos_mining.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/currency_core/pos_mining.cpp b/src/currency_core/pos_mining.cpp index 8ecc7af4..e0096ea3 100644 --- a/src/currency_core/pos_mining.cpp +++ b/src/currency_core/pos_mining.cpp @@ -72,8 +72,8 @@ namespace currency << "kernel info: " << ENDL << print_stake_kernel_info(this->sk) << "kernel_hash: " << this->kernel_hash << ENDL - << "lhs: " << lhs << ENDL - << "rhs: " << rhs + << "lhs: " << crypto::scalar_t(lhs) << ENDL + << "rhs: " << crypto::scalar_t(rhs) , LOG_LEVEL_0); }