Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 20, 2024
1 parent e044772 commit 04f86cd
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 @@ -62,11 +62,6 @@ func QualifiedStatesForWithdrawable() []DelegationState {
return []DelegationState{StateUnbonding}
}

// QualifiedStatesForSlashed returns the qualified current states for Slashed event
func QualifiedStatesForSlashed() []DelegationState {
return []DelegationState{StateActive, StateUnbonding}
}

// QualifiedStatesForSlashedWithdrawn returns the qualified current states for SlashedWithdrawn event
func QualifiedStatesForSlashedWithdrawn() []DelegationState {
return []DelegationState{StateSlashed}
Expand Down

0 comments on commit 04f86cd

Please sign in to comment.