mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +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
|
// NOTE: This check is merely a sanity check which could be
|
||||||
// removed if all tests would init. voting power appropriately;
|
// removed if all tests would init. voting power appropriately;
|
||||||
// i.e. diffMax should always be > 0
|
// i.e. diffMax should always be > 0
|
||||||
if diffMax == 0 {
|
if diffMax <= 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user