mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-02 22:21:44 +00:00
Merge pull request #3191 from tendermint/master
Merge master to develop
This commit is contained in:
@ -98,7 +98,7 @@ func (vals *ValidatorSet) RescalePriorities(diffMax int64) {
|
||||
// NOTE: This check is merely a sanity check which could be
|
||||
// removed if all tests would init. voting power appropriately;
|
||||
// i.e. diffMax should always be > 0
|
||||
if diffMax == 0 {
|
||||
if diffMax <= 0 {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user