From 2551629a8e61cf24fe3eb22b713db9dc5c40e06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Silkj=C3=A6r?= Date: Thu, 3 Jul 2025 09:33:17 +0200 Subject: [PATCH] Updated tel-codes.mdx --- .../transactions/transaction-results/tel-codes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/protocol-reference/transactions/transaction-results/tel-codes.mdx b/src/content/docs/docs/protocol-reference/transactions/transaction-results/tel-codes.mdx index ca30aeb..74abaae 100644 --- a/src/content/docs/docs/protocol-reference/transactions/transaction-results/tel-codes.mdx +++ b/src/content/docs/docs/protocol-reference/transactions/transaction-results/tel-codes.mdx @@ -21,7 +21,7 @@ These codes indicate an error in the local server processing the transaction; it | `telLOCAL_ERROR` | Unspecified local error. | | `telNO_DST`_`PARTIAL` | The transaction is an XAH payment that would fund a new account, but the `tfPartialPayment` flag was enabled. This is disallowed. | | `telWRONG_NETWORK` | The transaction specifies the wrong `NetworkID` value for the current network. Either specify the correct the `NetworkID` value for the intended network, or submit the transaction to a server that is connected to the correct network. | -| `tel_REQUIRES_NETWORK_ID` | The transaction does not specify a `NetworkID` field, but the current network requires one. If the transaction was intended for a network that requires `NetworkID`, add the field and try again. If the transaction was intended for a different network, submit it to a server that is connected to the correct network. | +| `telREQUIRES_NETWORK_ID` | The transaction does not specify a `NetworkID` field, but the current network requires one. If the transaction was intended for a network that requires `NetworkID`, add the field and try again. If the transaction was intended for a different network, submit it to a server that is connected to the correct network. | | `telNETWORK_ID_MAKES_TX_NON_CANONICAL` | The transaction specified a `NetworkID` field, but the current network requires that the `NetworkID` is not submitted. | | `telNON_LOCAL_EMITTED_TXN` | The emitted transaction cannot be applied because it was not generated locally. | | `telIMPORT_VL_KEY_NOT_RECOGNISED` | The transaction was signed on a different network or the transaction was submitted to the wrong network. For `Import` transactions the validations must match the vl keys on receiving network. |