aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_manager.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-20 21:01:30 +0800
committerobscuren <geffobscura@gmail.com>2015-02-20 21:01:30 +0800
commitd8ac267f4128117c3fb9736a40f3dbc327582e32 (patch)
tree707896f76c700df83c5cb3ad358d5535e549e694 /core/chain_manager.go
parent982f73fa6d6f12874729faacd0db14fc78d518dd (diff)
downloadgo-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.gz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.bz2
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.lz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.xz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.zst
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.zip
dirty tracking for state objects fixed
Diffstat (limited to 'core/chain_manager.go')
-rw-r--r--core/chain_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go
index 003781791..dd0dd3cbe 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -397,7 +397,7 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
if chain {
//self.setTransState(state.New(block.Root(), self.db))
- self.eventMux.Post(ChainEvent{block, td})
+ //self.eventMux.Post(ChainEvent{block, td})
}
if split {