Stop tracking MonitorUpdates from ChainSync in pending_monitor_updates
[rust-lightning] / lightning-persister / src / fs_store.rs
index 364a3ee706f5288fd61dc52df53d6c135799f1cd..014dde3e0374efb2dc5fbcd0827ad60d6d0b373a 100644 (file)
@@ -500,7 +500,7 @@ mod tests {
                        txid: Txid::from_str("8984484a580b825b9972d7adb15050b3ab624ccd731946b3eeddb92f4e7ef6be").unwrap(),
                        index: 0
                };
-               match store.persist_new_channel(test_txo, &added_monitors[0].1, update_id.2) {
+               match store.persist_new_channel(test_txo, &added_monitors[0].1) {
                        ChannelMonitorUpdateStatus::UnrecoverableError => {},
                        _ => panic!("unexpected result from persisting new channel")
                }