Utilize Writer size hinting in message fuzz targets and check them
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_update_fail_htlc_target.rs
index 90827f31c95ff7935eef112d046e820d8fc3b701..8432a57daadd69fa65bcbc380803c72b1c2c2b6b 100644 (file)
@@ -7,6 +7,7 @@ use lightning::ln::msgs;
 use lightning::util::reset_rng_state;
 
 mod utils;
+use utils::VecWriter;
 
 #[inline]
 pub fn do_test(data: &[u8]) {