Skip to content

Commit a51db35

Browse files
committed
fix: removed redondant comments and stick only to expect event
1 parent 25d298f commit a51db35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bindings/python/src/ldk_node/test_ldk_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def test_channel_full_cycle(self):
185185

186186
node_1.open_channel(node_id_2, listening_addresses_2[0], 50000, None, None)
187187

188-
funding_txid = (node_1)
189188

190189
channel_pending_event_1 = expect_event(node_2, Event.CHANNEL_PENDING)
191190

0 commit comments

Comments
 (0)