NewBlockService attempts a POW-check regardless of the chain's mining method
gsalgado opened this issue · 0 comments
gsalgado commented
What is wrong?
It calls check_pow()
on every received block, regardless of the chain's mining method.
How can it be fixed
Use a seal-validation method appropriate for the configured chain