diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-15 03:34:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-15 03:34:30 +0800 |
commit | 6efdd21633c1d21f36080754a89ad82c0c244128 (patch) | |
tree | 873da7787044997e5590d35e32076ecb7a21dae4 /ethchain/state_manager.go | |
parent | 283f4d8eb3e223f89fd613767e1c6c318ac2bb75 (diff) | |
parent | ad4ffdc9474aca48ab1d3d361797398f795a6d31 (diff) | |
download | go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar.gz go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar.bz2 go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar.lz go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar.xz go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.tar.zst go-tangerine-6efdd21633c1d21f36080754a89ad82c0c244128.zip |
Merge branch 'release/poc5-rc6'
Diffstat (limited to 'ethchain/state_manager.go')
-rw-r--r-- | ethchain/state_manager.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/state_manager.go b/ethchain/state_manager.go index 8f1eb1ce5..57d56469b 100644 --- a/ethchain/state_manager.go +++ b/ethchain/state_manager.go @@ -200,6 +200,7 @@ func (sm *StateManager) ProcessBlock(block *Block, dontReact bool) error { sm.Ethereum.Broadcast(ethwire.MsgBlockTy, []interface{}{block.Value().Val}) + sm.Ethereum.TxPool().RemoveInvalid(sm.procState) } else { fmt.Println("total diff failed") } |