paymod: Set the STOPPED_RETRYING status code if we stopped retrying

This commit is contained in:
Christian Decker
2020-07-06 22:39:04 +02:00
committed by Rusty Russell
parent 5776a33116
commit 02e44e9903
3 changed files with 5 additions and 5 deletions

View File

@@ -1680,8 +1680,6 @@ def test_pay_routeboost(node_factory, bitcoind, compat):
l1, l2 = node_factory.line_graph(2, announce_channels=True, wait_for_announce=True)
l3, l4, l5 = node_factory.line_graph(3, announce_channels=False, wait_for_announce=False)
PAY_ROUTE_NOT_FOUND = 205
# This should a "could not find a route" because that's true.
error = r'Ran out of routes'