mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Per https://github.com/ripple/rippled/pull/2657 some rippled servers no
longer support signing, so Sign-and-Submit mode has a possible error of
`notSupported`.
The change was introduced in rippled version 1.1.0 and merged via:
38c3a46a33
The error looks like:
"name": "notSupported",
"message": "Signing is not supported by this server.",
"code": 75,
...