Debug-log monitor update starts and completions in `ChainMonitor`
[rust-lightning] / lightning / src / chain / channelmonitor.rs
index bcc324a5582af9d0f6c399034d7cf4e0b2327161..c81a48b78ac8b4aa6fba1facae191f7190e27d51 100644 (file)
@@ -4808,7 +4808,7 @@ mod tests {
                                preimages_slice_to_htlcs!($preimages_slice).into_iter().map(|(htlc, _)| (htlc, None)).collect()
                        }
                }
-               let dummy_sig = crate::util::crypto::sign(&secp_ctx,
+               let dummy_sig = crate::crypto::utils::sign(&secp_ctx,
                        &bitcoin::secp256k1::Message::from_slice(&[42; 32]).unwrap(),
                        &SecretKey::from_slice(&[42; 32]).unwrap());