Utilize Writer size hinting in message fuzz targets and check them
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_update_fail_malformed_htlc_target.rs
index a045dea6038de130b5dd097478e33e34eb41fcbf..ad129e00243d7a6da2049d78b829d858df85f465 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]) {