Commit 283f4d8e authored by obscuren's avatar obscuren

Merge branch 'develop'

parents b2181ac8 a4883a02
......@@ -197,6 +197,9 @@ func (sm *StateManager) ProcessBlock(block *Block, dontReact bool) error {
sm.procState.manifest.Reset()
}
sm.Ethereum.Broadcast(ethwire.MsgBlockTy, []interface{}{block.Value().Val})
} else {
fmt.Println("total diff failed")
}
......
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