Skip to content

Commit

Permalink
Update dead url in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
challet authored Sep 21, 2024
1 parent f668d5b commit a72e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/actions/submit_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (handler SubmitTransactionHandler) response(r *http.Request, info envelopeI
Detail: "The transaction failed when submitted to the stellar network. " +
"The `extras.result_codes` field on this response contains further " +
"details. Descriptions of each code can be found at: " +
"https://developers.stellar.org/api/errors/http-status-codes/horizon-specific/transaction-failed/",
"https://developers.stellar.org/docs/data/horizon/api-reference/errors/result-codes/transactions",
Extras: extras,
}
}
Expand Down

0 comments on commit a72e580

Please sign in to comment.