Merge pull request #255 from nguyenbatam/fix_maximum_100_percent_finality

fix maximum 100 % finality
This commit is contained in:
Nguyen Sy Thanh Son 2018-11-05 11:34:19 +07:00 committed by GitHub
commit 0c3bd29e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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