Edited failure_types_table.asciidoc with Atlas code editor

pull/910/head
nranjalkar 3 years ago
parent c13e11b752
commit 5d674dfeb6

@ -23,8 +23,8 @@ 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
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
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
@ -32,6 +32,6 @@ handling
| 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
or is incomplete
| 23 | mpp_timeout | The complete amount of the multi-part payment was not received within a
| 23 | mpp_timeout | The complete amount of the multipart payment was not received within a
reasonable time
|===
|===

Loading…
Cancel
Save