You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let chain_mon_0 = test_utils::TestChainMonitor::new(Some(&chanmon_cfgs[0].chain_source),&chanmon_cfgs[0].tx_broadcaster,&chanmon_cfgs[0].logger,&chanmon_cfgs[0].fee_estimator,&persister,&node_cfgs[0].keys_manager);
179
+
node_cfgs[0].chain_monitor = chain_mon_0;
180
+
let node_chanmgrs = create_node_chanmgrs(1,&node_cfgs,&[None]);
181
+
let nodes = create_network(1,&node_cfgs,&node_chanmgrs);
182
+
183
+
// Check that read_channelmonitors() returns error if monitors/ is not a
0 commit comments