Actually respect locks of zero (#14144)

* Actually thaw when locking zero.

* Fixes

* Just remove the lock if semantically viable

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Gavin Wood
2023-05-23 09:47:08 +01:00
committed by GitHub
parent 41dbed0b90
commit 06865d4c08
2 changed files with 8 additions and 7 deletions
@@ -429,9 +429,9 @@ benchmarks! {
+ 1 // offence
+ 3 // reporter (reward + endowment)
+ 1 // offenders reported
+ 2 // offenders slashed
+ 3 // offenders slashed
+ 1 // offenders chilled
+ 2 * n // nominators slashed
+ 3 * n // nominators slashed
);
}
@@ -466,9 +466,9 @@ benchmarks! {
+ 1 // offence
+ 3 // reporter (reward + endowment)
+ 1 // offenders reported
+ 2 // offenders slashed
+ 3 // offenders slashed
+ 1 // offenders chilled
+ 2 * n // nominators slashed
+ 3 * n // nominators slashed
);
}