We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5acbd commit eb09381Copy full SHA for eb09381
bindings/python/src/ldk_node/test_ldk_node.py
@@ -187,6 +187,7 @@ def test_channel_full_cycle(self):
187
188
189
channel_pending_event_1 = expect_event(node_1, Event.CHANNEL_PENDING)
190
+ channel_pending_event_2 = expect_event(node_2, Event.CHANNEL_PENDING)
191
192
wait_for_tx(esplora_endpoint, funding_txid)
193
mine_and_wait(esplora_endpoint, 6)
0 commit comments