plugins/pay: hand bolt11 arg to sendonion if we have one (i.e. for pay)

[ Extracted into standalone patch and comment added by RR ]
This commit is contained in:
Vincent
2020-07-26 10:43:56 +09:30
committed by Christian Decker
parent 71a2aefafd
commit 81fd552e84
2 changed files with 4 additions and 1 deletions

View File

@@ -3195,7 +3195,6 @@ def test_pay_fail_unconfirmed_channel(node_factory, bitcoind):
l1.rpc.pay(invl2)
@pytest.mark.xfail(strict=True)
def test_bolt11_null_after_pay(node_factory, bitcoind):
l1, l2 = node_factory.get_nodes(2)