forked from lthn/blockchain
wallet: minor log improvement
This commit is contained in:
parent
879b93ef44
commit
139f2a5ae4
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue