mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #255 from nguyenbatam/fix_maximum_100_percent_finality
fix maximum 100 % finality
This commit is contained in:
commit
0c3bd29e08
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