Skip to content

Commit

Permalink
staking: defer Defined -> Inactive transition to end-epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Feb 23, 2024
1 parent 3fc851b commit fb64c8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl ActionHandler for Delegate {
"first delegation to a `Defined` validator must be at least min_validator_stake"
);
tracing::debug!(%validator, %unbonded_delegation, "first delegation to validator recorded");
state.set_validator_state(&validator, Inactive).await?;
}
}

Expand Down

0 comments on commit fb64c8f

Please sign in to comment.