Skip to content

Commit 76d0698

Browse files
committed
Fix python send
1 parent 398ece5 commit 76d0698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/src/ldk_node/test_ldk_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_channel_full_cycle(self):
186186
node_2.event_handled()
187187

188188
invoice = node_2.bolt11_payment().receive(2500000, "asdf", 9217)
189-
node_1.bolt11_payment().send(invoice)
189+
node_1.bolt11_payment().send(invoice, None)
190190

191191
payment_successful_event_1 = node_1.wait_next_event()
192192
assert isinstance(payment_successful_event_1, Event.PAYMENT_SUCCESSFUL)

0 commit comments

Comments
 (0)