From a72e58080053ef41ec0b067b8443f7113ed8dec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hallet?= Date: Sat, 21 Sep 2024 10:36:30 +0200 Subject: [PATCH] Update dead url in error message --- services/horizon/internal/actions/submit_transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/internal/actions/submit_transaction.go b/services/horizon/internal/actions/submit_transaction.go index 703e7a554d..ed98333037 100644 --- a/services/horizon/internal/actions/submit_transaction.go +++ b/services/horizon/internal/actions/submit_transaction.go @@ -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, } }