Skip to content

Commit

Permalink
fix: add comment to relayOutputErr
Browse files Browse the repository at this point in the history
  • Loading branch information
ricantar committed Apr 24, 2024
1 parent 9f8c590 commit 19acc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type RelayOutput struct {
StatusCode string `json:"statusCode"`
}

// RelayOutput represents the RPC output error

Check failure on line 21 in provider/relay.go

View workflow job for this annotation

GitHub Actions / Lint

comment on exported type RelayOutputErr should be of the form "RelayOutputErr ..." (with optional leading article)
type RelayOutputErr struct {
Error error `json:"error"`
StatusCode string `json:"statusCode"`
Expand Down

0 comments on commit 19acc9c

Please sign in to comment.