mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
fix maximum 100 % finality
This commit is contained in:
parent
01a3ec9a47
commit
4ab15c94d3
1 changed files with 1 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ func (s *PublicBlockChainAPI) rpcOutputBlock(b *types.Block, inclTx bool, fullTx
|
||||||
if signer == masternode {
|
if signer == masternode {
|
||||||
countFinality++
|
countFinality++
|
||||||
filterSigners = append(filterSigners, masternode)
|
filterSigners = append(filterSigners, masternode)
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue