You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document three new local (tel) error codes introduced in version 1.11.0:
There are three new local error codes:
telNETWORK_ID_MAKES_TX_NON_CANONICAL: a NetworkID is present but the chain's network ID is less than 1025. Remove the field from the transaction, and try again.
telREQUIRES_NETWORK_ID: a NetworkID is required, but is not present. Add the field to the transaction, and try again.
telWRONG_NETWORK: a NetworkID is specified, but it is for a different network. Submit the transaction to a different server which is connected to the correct network.
The above descriptions are just ones that I wrote. Feel free to use them or rewrite them.
XRPLF/rippled@807a3c7
Document three new local (
tel
) error codes introduced in version 1.11.0:telNETWORK_ID_MAKES_TX_NON_CANONICAL
: aNetworkID
is present but the chain's network ID is less than 1025. Remove the field from the transaction, and try again.telREQUIRES_NETWORK_ID
: aNetworkID
is required, but is not present. Add the field to the transaction, and try again.telWRONG_NETWORK
: aNetworkID
is specified, but it is for a different network. Submit the transaction to a different server which is connected to the correct network.The above descriptions are just ones that I wrote. Feel free to use them or rewrite them.
Page to update: https://xrpl.org/tel-codes.html
The text was updated successfully, but these errors were encountered: