fix maximum 100 % finality

This commit is contained in:
parmarrushabh 2018-11-09 18:10:38 +05:30
parent 01a3ec9a47
commit 4ab15c94d3

View file

@ -877,6 +877,7 @@ func (s *PublicBlockChainAPI) rpcOutputBlock(b *types.Block, inclTx bool, fullTx
if signer == masternode {
countFinality++
filterSigners = append(filterSigners, masternode)
break
}
}
}