forked from cerc-io/plugeth
Fixed mining
This commit is contained in:
parent
7f8f008253
commit
00ec15c82e
@ -91,7 +91,7 @@ func main() {
|
||||
|
||||
block.Nonce = pow.Search(block)
|
||||
|
||||
err := ethereum.BlockManager.ProcessBlockWithState(block, block.State())
|
||||
err := ethereum.BlockManager.ProcessBlock(block)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user