diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:30 +0800 |
commit | d8ac267f4128117c3fb9736a40f3dbc327582e32 (patch) | |
tree | 707896f76c700df83c5cb3ad358d5535e549e694 /core/chain_manager.go | |
parent | 982f73fa6d6f12874729faacd0db14fc78d518dd (diff) | |
download | go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.gz 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.go | 2 |
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 { |