Skip to content

Commit

Permalink
fixup! pay: Filter out routehints whose entrypoint is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Mar 9, 2021
1 parent b8a7d30 commit 693dd80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -4203,7 +4203,6 @@ def test_unreachable_routehint(node_factory, bitcoind):

assert('routes' in decoded and len(decoded['routes']) == 1)


with pytest.raises(RpcError, match=r'Destination [a-f0-9]{66} is not reachable'):
l1.rpc.pay(invoice)

Expand Down

0 comments on commit 693dd80

Please sign in to comment.