mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
m1_equal_m2
This commit is contained in:
parent
a47c0b94e7
commit
41ba2c6b33
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ func (self *worker) wait() {
|
|||
continue
|
||||
}
|
||||
block := result.Block
|
||||
if self.config.XDPoS != nil && block.NumberU64() >= self.config.XDPoS.Epoch {
|
||||
if self.config.XDPoS != nil && block.NumberU64() >= self.config.XDPoS.Epoch && len(block.Validator()) == 0 {
|
||||
self.mux.Post(core.NewMinedBlockEvent{Block: block})
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue