Skip to content

Commit

Permalink
moving some more log output to debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
miodragpop committed Mar 1, 2019
1 parent 4e9cb76 commit ed58009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crypto/equihash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ int Equihash<N,K>::InitialiseStateEx(eh_HashState& base_state, uint32_t block_ti
{
const CChainParams& chainParams = Params();

LogPrintf("CURRENT bze_pers_start_blocktime = %d\n", chainParams.get_bze_pers_start());
LogPrintf("CURRENT block_time = %d\n", block_time);
LogPrint("pow", "CURRENT bze_pers_start_blocktime = %d\n", chainParams.get_bze_pers_start());
LogPrint("pow", "CURRENT block_time = %d\n", block_time);
uint32_t le_N = htole32(N);
uint32_t le_K = htole32(K);
unsigned char personalization[crypto_generichash_blake2b_PERSONALBYTES] = {};
Expand Down

0 comments on commit ed58009

Please sign in to comment.