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); }