Skip to content

Commit 1a2f69a

Browse files
committed
more logging
1 parent 0982166 commit 1a2f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/encry/local/miner/Miner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class Miner(dataHolder: ActorRef,
235235

236236
val combinedStateChange: UtxoState.StateChange = combineAll(txs.map(UtxoState.tx2StateChange).toList)
237237

238-
logger.info(s"Root node hash before producing candidate: ${view.state.tree.rootNode.hash}")
238+
logger.info(s"Root node hash before producing candidate: ${Algos.encode(view.state.tree.rootNode.hash)}")
239239

240240
val newStateRoot = view.state.tree
241241
.getOperationsRootHash(

0 commit comments

Comments
 (0)