Utilize Writer size hinting in message fuzz targets and check them
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_channel_update_target.rs
index 8968ee33ea0c1df0a13c0d302ec6c0f1bf394fa1..4f38e2f4861311a19fa915d3241d5ccb86862a9c 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]) {