Fixed mining

This commit is contained in:
obscuren 2014-02-03 00:09:02 +01:00
parent 7f8f008253
commit 00ec15c82e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {