mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
Merge pull request #3191 from tendermint/master
Merge master to develop
This commit is contained in:
commit
3362da0a69
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user