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 dd26d2d commit cc2a8aeCopy full SHA for cc2a8ae
src/main/scala/io/iohk/ethereum/consensus/ethash/EthashMiner.scala
@@ -92,7 +92,7 @@ class EthashMiner(
92
}
93
.runAsyncAndForget
94
case None => {
95
- log.error("Unable to get block for mining")
+ log.error("Unable to get block for mining, getBestBlock() returned None")
96
context.system.scheduler.scheduleOnce(10.seconds, self, ProcessMining)
97
98
0 commit comments