mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
pay: Implement retry in case of final CLTV being too soon for receiver.
Changelog-Fixed: Detect a previously non-permanent error (`final_cltv_too_soon`) that has been merged into a permanent error (`incorrect_or_unknown_payment_details`), and retry that failure case in `pay`.
This commit is contained in:
committed by
Christian Decker
parent
72a24a2bdd
commit
a9f0f05eea
@@ -2746,7 +2746,6 @@ def test_createonion_limits(node_factory):
|
||||
l1.rpc.createonion(hops=hops, assocdata="BB" * 32)
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
@unittest.skipIf(not DEVELOPER, "needs use_shadow")
|
||||
def test_blockheight_disagreement(node_factory, bitcoind, executor):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user