Skip to content

Commit

Permalink
Fix status return type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-cb committed Aug 23, 2024
1 parent 57053bb commit eaa7f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/coinbase/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (v Validator) ID() string {
return v.validator.ValidatorId
}

func (v Validator) Status() string {
func (v Validator) Status() client.ValidatorStatus {
return v.validator.Status
}

Expand Down

0 comments on commit eaa7f72

Please sign in to comment.