Skip to content

Commit

Permalink
fix lint[goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
golangisfun123 committed Oct 10, 2024
1 parent c1d21e4 commit cd2187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/opbot/internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
getRequestByTxHash = "/api/transaction-id/%s"
)

// GetRFQByTxIDResponse represents the response of a quote request by transaction ID.
// RFQClient is the interface for the RFQ client.
type RFQClient interface {
// GetRFQByTxID gets a quote request by transaction ID.
GetRFQByTxID(ctx context.Context, txID string) (resp *GetRFQByTxIDResponse, status string, err error)
Expand Down

0 comments on commit cd2187a

Please sign in to comment.