Propagate back to network

This commit is contained in:
obscuren 2014-05-13 17:51:33 +02:00
parent b0798e0a72
commit a4883a029f
1 changed files with 3 additions and 0 deletions

View File

@ -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")
}