Updated `ClosureReason::HolderForceClosed` with broadcasted txn.
[rust-lightning] / fuzz / src / bin / msg_funding_created_target.rs
index 51ac425d7e5899756f6aa2ae28bea8ae3f812c70..1787e9ddb24c8f585486cfde02bc0575a1519797 100644 (file)
 #[cfg(not(fuzzing))]
 compile_error!("Fuzz targets need cfg=fuzzing");
 
+#[cfg(not(hashes_fuzz))]
+compile_error!("Fuzz targets need cfg=hashes_fuzz");
+
+#[cfg(not(secp256k1_fuzz))]
+compile_error!("Fuzz targets need cfg=secp256k1_fuzz");
+
 extern crate lightning_fuzz;
 use lightning_fuzz::msg_targets::msg_funding_created::*;