We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6926d60 commit 9c488fbCopy full SHA for 9c488fb
1 file changed
proof_of_stake/src/lib.rs
@@ -3249,6 +3249,9 @@ where
3249
.at(&epoch)
3250
.at(&token::Amount::from_change(amount_pre))
3251
.remove(storage, &val_position)?;
3252
+ validator_set_positions_handle()
3253
+ .at(&epoch)
3254
+ .remove(storage, validator)?;
3255
3256
// For the pipeline epoch only:
3257
// promote the next max inactive validator to the active
@@ -3305,6 +3308,9 @@ where
3305
3308
3306
3309
.at(&token::Amount::from_change(amount_pre).into())
3307
3310
3311
3312
3313
3314
}
3315
ValidatorState::BelowThreshold => {
3316
println!("Below-threshold");
0 commit comments