We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752cab commit 4b68ea1Copy full SHA for 4b68ea1
tests/integration_tests_cln.rs
@@ -88,6 +88,7 @@ fn test_cln() {
88
let funding_txo = common::expect_channel_pending_event!(node, cln_node_id);
89
common::wait_for_tx(&electrs_client, funding_txo.txid);
90
common::generate_blocks_and_wait(&bitcoind_client, &electrs_client, 6);
91
+ node.sync_wallets().unwrap();
92
let user_channel_id = common::expect_channel_ready_event!(node, cln_node_id);
93
assert_eq!(node.list_channels().first().unwrap().channel_type, Some(ChannelType::Anchors));
94
0 commit comments