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
_c if _c == 21 => ("Node indicated the CLTV expiry in the HTLC is too far in the future","expiry_too_far"),
146
146
_c if _c == PERM|22 => ("Node indicated that the decrypted onion per-hop payload was not understood by it or is incomplete","invalid_onion_payload"),
147
147
_c if _c == 23 => ("The final node indicated the complete amount of the multi-part payment was not received within a reasonable time","mpp_timeout"),
148
-
_c if _c == NODE|25 => ("The Trampoline node was unable to relay the payment to the subsequent Trampoline node.","temporary_trampoline_failure"),
148
+
_c if _c == NODE|25 => ("The Trampoline node was unable to relay the payment to the subsequent Trampoline node","temporary_trampoline_failure"),
149
149
_c if _c == NODE|26 => ("Node indicated the fee amount or CLTV value was below that required by the Trampoline node","trampoline_fee_or_expiry_insufficient"),
150
+
_c if _c == PERM|27 => ("The next Trampoline node specified in outgoing_node_id could not be found","unknown_next_trampoline"),
0 commit comments