mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
Merge branch 'develop'
This commit is contained in:
commit
283f4d8eb3
1 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue