mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
pay: remove inbuilt command in favor of plugin.
This doesn't actually remove some of the now-unnecessary infrastructure though. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
3f8dd7a95f
commit
0a8b4f8935
@@ -114,5 +114,5 @@ def test_pay_plugin(node_factory):
|
||||
l1, l2 = node_factory.line_graph(2)
|
||||
inv = l2.rpc.invoice(123000, 'label', 'description', 3700)
|
||||
|
||||
res = l1.rpc.pay2(bolt11=inv['bolt11'])
|
||||
res = l1.rpc.pay(bolt11=inv['bolt11'])
|
||||
assert res['status'] == 'complete'
|
||||
|
||||
Reference in New Issue
Block a user