Skip to content

Commit dc5acbd

Browse files
committed
fix: make sure to get funding tx from node_1
1 parent a51db35 commit dc5acbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_1.open_channel(node_id_2, listening_addresses_2[0], 50000, None, None)
187187

188188

189-
channel_pending_event_1 = expect_event(node_2, Event.CHANNEL_PENDING)
189+
channel_pending_event_1 = expect_event(node_1, Event.CHANNEL_PENDING)
190190

191191
wait_for_tx(esplora_endpoint, funding_txid)
192192
mine_and_wait(esplora_endpoint, 6)

0 commit comments

Comments
 (0)