mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Correct comment in VS pallet
This commit is contained in:
parent
db2e8376df
commit
dac46c8d7d
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ pub mod pallet {
|
|||
|
||||
let Some(top) = top else { return false };
|
||||
|
||||
// key_shares may be over MAX_KEY_SHARES_PER_SET, which will cause an off-chain reduction of
|
||||
// key_shares may be over MAX_KEY_SHARES_PER_SET, which will cause a round robin reduction of
|
||||
// each validator's key shares until their sum is MAX_KEY_SHARES_PER_SET
|
||||
// post_amortization_key_shares_for_top_validator yields what the top validator's key shares
|
||||
// would be after such a reduction, letting us evaluate this correctly
|
||||
|
|
Loading…
Reference in a new issue