From a4883a029f3585d7e263661c30cbd147f3d5d655 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 13 May 2014 17:51:33 +0200 Subject: [PATCH] Propagate back to network --- ethchain/state_manager.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ethchain/state_manager.go b/ethchain/state_manager.go index bc8b46831..8f1eb1ce5 100644 --- a/ethchain/state_manager.go +++ b/ethchain/state_manager.go @@ -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") }