forked from cerc-io/plugeth
eth: fixed proper BroadcastBlock for mined blocks
This commit is contained in:
parent
f1ae3dc4aa
commit
a6c0a75f9a
@ -467,7 +467,7 @@ func (self *Ethereum) minedBroadcastLoop() {
|
||||
for obj := range self.minedBlockSub.Chan() {
|
||||
switch ev := obj.(type) {
|
||||
case core.NewMinedBlockEvent:
|
||||
self.protocolManager.BroadcastBlock(ev.Block)
|
||||
self.protocolManager.BroadcastBlock(ev.Block.Hash(), ev.Block)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user