We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0982166 commit 1a2f69aCopy full SHA for 1a2f69a
src/main/scala/encry/local/miner/Miner.scala
@@ -235,7 +235,7 @@ class Miner(dataHolder: ActorRef,
235
236
val combinedStateChange: UtxoState.StateChange = combineAll(txs.map(UtxoState.tx2StateChange).toList)
237
238
- logger.info(s"Root node hash before producing candidate: ${view.state.tree.rootNode.hash}")
+ logger.info(s"Root node hash before producing candidate: ${Algos.encode(view.state.tree.rootNode.hash)}")
239
240
val newStateRoot = view.state.tree
241
.getOperationsRootHash(
0 commit comments