Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes TotalValueLocked out of sync in nomination pools #3052

Merged
merged 18 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update substrate/frame/election-provider-multi-phase/test-staking-e2e…
…/src/lib.rs

Co-authored-by: Dónal Murray <donal.murray@parity.io>
  • Loading branch information
gpestana and seadanda authored Feb 8, 2024
commit 04c11e398db8ae1baa58938f035acf39c2ef60dd
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ fn ledger_consistency_active_balance_below_ed() {
}

#[test]
/// Automatic withdraw of unlocking funds in staking propagates to the nomination pools and its
/// Automatic withdrawal of unlocking funds in staking propagates to the nomination pools and its
/// state correctly.
///
/// The staking pallet may withdraw unlocking funds from a pool's bonded account without a pool
Expand Down
Loading