1
0
Fork 0
forked from lthn/blockchain

wallet: minor log improvement

This commit is contained in:
sowle 2022-11-30 19:58:20 +01:00
parent 879b93ef44
commit 139f2a5ae4
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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