aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-13 23:59:10 +0800
committerobscuren <geffobscura@gmail.com>2014-05-13 23:59:10 +0800
commit283f4d8eb3e223f89fd613767e1c6c318ac2bb75 (patch)
treeefe329a627f3bbc8f2b2dd55340598a8fd93f5dd
parentb2181ac8148e955619572311f5be78c9fc46bf12 (diff)
parenta4883a029f3585d7e263661c30cbd147f3d5d655 (diff)
downloadgo-tangerine-283f4d8eb3e223f89fd613767e1c6c318ac2bb75.tar.gz
go-tangerine-283f4d8eb3e223f89fd613767e1c6c318ac2bb75.tar.zst
go-tangerine-283f4d8eb3e223f89fd613767e1c6c318ac2bb75.zip
Merge branch 'develop'
-rw-r--r--ethchain/state_manager.go3
1 files changed, 3 insertions, 0 deletions
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")
}