Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Jan 13, 2025
1 parent 5101d4a commit 4decb6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/types/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ func QualifiedStatesForExpired() []DelegationState {
return []DelegationState{StateActive}
}

// QualifiedStatesForUnexpectedUnbonding returns the qualified current states for UnexpectedUnbonding event
func QualifiedStatesForUnexpectedUnbonding() []DelegationState {
return []DelegationState{StateActive}
}

// QualifiedStatesForWithdrawn returns the qualified current states for Withdrawn event
func QualifiedStatesForWithdrawn() []DelegationState {
// StateActive/StateUnbonding/StateSlashed is included b/c its possible that expiry checker
Expand Down

0 comments on commit 4decb6e

Please sign in to comment.