mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
rippled 0.32.0 (#197)
* rippled - telCAN_NOT_QUEUE drafted * tx cost - clarify when lsfPasswordSpent enabled * rippled - load factors in server_info/state, fee unprivileged, queuing 10 txs/act (DOC-437) * rippled - extended validation stream messages * rippled - fix broken transaction cost links
This commit is contained in:
@@ -1735,6 +1735,10 @@
|
||||
<td>The transaction specified a public key value (for example, as the <code>MessageKey</code> field of an <a href="#accountset">AccountSet transaction</a>) that cannot be used, probably because it is too long.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>telCAN_NOT_QUEUE</td>
|
||||
<td>The transaction did not meet the <a href="concept-transaction-cost.html">open ledger cost</a>, but this server did not queue it because it failed one of the server's heuristics for being "likely to succeed". You can try again later or sign and submit a replacement transaction with a higher transaction cost in the <code>Fee</code> field.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>telFAILED_PROCESSING</td>
|
||||
<td>An unspecified error occurred when processing the transaction.</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user