Commit 00ec15c8 authored by obscuren's avatar obscuren

Fixed mining

parent 7f8f0082
...@@ -91,7 +91,7 @@ func main() { ...@@ -91,7 +91,7 @@ func main() {
block.Nonce = pow.Search(block) block.Nonce = pow.Search(block)
err := ethereum.BlockManager.ProcessBlockWithState(block, block.State()) err := ethereum.BlockManager.ProcessBlock(block)
if err != nil { if err != nil {
log.Println(err) log.Println(err)
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment