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