Skip to content

Commit 236451c

Browse files
committed
Fix: Add missing expect_channel_ready_events
Inadvertently dropped during a rebase
1 parent 09ee655 commit 236451c

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

tests/integration_tests_rust.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ use bitcoin::{Address, Amount, ScriptBuf, Txid};
1818
use common::logging::{init_log_logger, validate_log_entry, MultiNodeLogger, TestLogWriter};
1919
use common::{
2020
build_node_with_store, bump_fee_and_broadcast, distribute_funds_unconfirmed,
21-
do_channel_full_cycle, expect_channel_pending_event, expect_channel_ready_event, expect_event,
22-
expect_payment_claimable_event, expect_payment_received_event, expect_payment_successful_event,
23-
expect_splice_pending_event, generate_blocks_and_wait, open_channel, open_channel_push_amt,
24-
premine_and_distribute_funds, premine_blocks, prepare_rbf, random_chain_source, random_config,
25-
random_listening_addresses, setup_bitcoind_and_electrsd, setup_builder, setup_node,
26-
setup_two_nodes, wait_for_tx, TestChainSource, TestStoreType, TestSyncStore,
21+
do_channel_full_cycle, expect_channel_pending_event, expect_channel_ready_event,
22+
expect_channel_ready_events, expect_event, expect_payment_claimable_event,
23+
expect_payment_received_event, expect_payment_successful_event, expect_splice_pending_event,
24+
generate_blocks_and_wait, open_channel, open_channel_push_amt, premine_and_distribute_funds,
25+
premine_blocks, prepare_rbf, random_chain_source, random_config, random_listening_addresses,
26+
setup_bitcoind_and_electrsd, setup_builder, setup_node, setup_two_nodes, wait_for_tx,
27+
TestChainSource, TestStoreType, TestSyncStore,
2728
};
2829
use ldk_node::config::{AsyncPaymentsRole, EsploraSyncConfig};
2930
use ldk_node::entropy::NodeEntropy;

0 commit comments

Comments
 (0)