fix maximum 100 % finality

This commit is contained in:
Nguyen Ba Tam 2018-11-05 11:16:42 +07:00
parent 217e821ea6
commit 1db1b30088

View file

@ -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
} }
} }
} }