Edited failure_types_table.asciidoc with Atlas code editor

pull/910/head
kristen@oreilly.com 3 years ago
parent f34828becc
commit d58285b3ce

@ -6,14 +6,14 @@
| PERM\|1 | +invalid_realm+ | The `realm` byte was not understood by the processing node
| NODE\|2 | +temporary_node_failure+ | General temporary failure of the processing node
| PERM\|NODE\|2 | +permanent_node_failure+ | General permanent failure of the processing node
| PERM\|NODE\|3 | +required_node_feature_missing+ | The processing node has a required feature which was not in this onion
| PERM\|NODE\|3 | +required_node_fea⁠ture_​missing+ | The processing node has a required feature which was not in this onion
| BADONION\|PERM\|4 | +invalid_onion_version+ | The `version` byte was not understood by the processing node
| BADONION\|PERM\|5 | +invalid_onion_hmac+ | The HMAC of the onion was incorrect when it reached the processing node
| BADONION\|PERM\|6 | +invalid_onion_key+ | The ephemeral key was unparsable by the processing node
| UPDATE\|7 | +temporary_channel_failure+ | The channel from the processing node was unable to handle this HTLC,
| UPDATE\|7 | +temporary_channel_​fail⁠ure+ | The channel from the processing node was unable to handle this HTLC,
but may be able to handle it, or others, later
| PERM\|8 | +permanent_channel_failure+ | The channel from the processing node is unable to handle any HTLCs
| PERM\|9 | +required_channel_feature_missing+ | The channel from the processing node requires features not present in
| PERM\|8 | +permanent_channel_​fail⁠ure+ | The channel from the processing node is unable to handle any HTLCs
| PERM\|9 | +required_channel_​fea⁠ture_missing+ | The channel from the processing node requires features not present in
the onion
| PERM\|10 | +unknown_next_peer+ | The onion specified a `short_channel_id` which doesn't match any
leading from the processing node
@ -25,12 +25,12 @@ processing node
the channel from the processing node
| UPDATE\|14 | +expiry_too_soon+ | The CLTV expiry is too close to the current block height for safe
handling by the processing node
| PERM\|15 | +incorrect_or_unknown_payment_details+ | The `payment_hash` is unknown to the final node, the `payment_secret` doesn't
| PERM\|15 | +incor⁠rect_or_unknown_​payment_details+ | The `payment_hash` is unknown to the final node, the `payment_secret` doesn't
match the `payment_hash`, the amount for that `payment_hash` is incorrect, or
the CLTV expiry of the HTLC is too close to the current block height for safe
handling
| 18 | +final_incorrect_cltv_expiry+ | The CLTV expiry in the HTLC doesn't match the value in the onion
| 19 | +final_incorrect_htlc_amount+ | The amount in the HTLC doesn't match the value in the onion
| 18 | +final_incor⁠rect_​cltv_expiry+ | The CLTV expiry in the HTLC doesn't match the value in the onion
| 19 | +final_incor⁠rect_​htlc_amount+ | The amount in the HTLC doesn't match the value in the onion
| UPDATE\|20 | +channel_disabled+ | The channel from the processing node has been disabled
| 21 | +expiry_too_far+ | The CLTV expiry in the HTLC is too far in the future
| PERM\|22 | +invalid_onion_payload+ | The decrypted onion per-hop payload was not understood by the processing node

Loading…
Cancel
Save