Merge pull request #2365 from TheBlueMatt/2023-06-fix-fuzz-dep
[rust-lightning] / lightning / src / ln / channelmanager.rs
index fcc672a867c04419ae33c1a4bacc01d22f49dbfe..eb682c34e01e9ad0e5484c1b2c8b8e3a1a81e15a 100644 (file)
@@ -6241,7 +6241,7 @@ where
                inflight_htlcs
        }
 
-       #[cfg(any(test, fuzzing, feature = "_test_utils"))]
+       #[cfg(any(test, feature = "_test_utils"))]
        pub fn get_and_clear_pending_events(&self) -> Vec<events::Event> {
                let events = core::cell::RefCell::new(Vec::new());
                let event_handler = |event: events::Event| events.borrow_mut().push(event);