Updated `ClosureReason::HolderForceClosed` with broadcasted txn.
[rust-lightning] / fuzz / src / bin / msg_node_announcement_target.rs
index 32012633747ed1ce9d6bd3f9d16697a0d20a3580..a9fe444deff9e92e4f1d352efe1826caf8806b3d 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_node_announcement::*;