From 1d4d92c9315401dc5353cf23e94b73d00286d13c Mon Sep 17 00:00:00 2001 From: TheKysek Date: Sat, 1 Jul 2017 17:21:02 +0200 Subject: [PATCH] And again --- minode/pow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minode/pow.py b/minode/pow.py index beff27b..ab73af7 100644 --- a/minode/pow.py +++ b/minode/pow.py @@ -12,7 +12,7 @@ import structure def _pow_worker(target, initial_hash, q): nonce = 0 - logging.debug("target: {}, initial_hash: {}".format(target, initial_hash.hex())) + logging.debug("target: {}, initial_hash: {}".format(target, base64.b16encode(initial_hash).decode())) trial_value = target + 1 while trial_value > target: