Updated `ClosureReason::HolderForceClosed` with broadcasted txn.
[rust-lightning] / fuzz / src / bin / msg_tx_ack_rbf_target.rs
index 2e6aaedc21e17167d7c66ac8e13c544813208be5..1d22dcea4b128a05c3c8d87d651771200eda39b8 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_tx_ack_rbf::*;