Merge pull request #170 from TheBlueMatt/2018-09-119-rebased
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_channel_reestablish_target.rs
index 38f9160450f8a3c1c38d00d6fb66494d90425093..8532ac120504c04efb6ebe515eceb26871059400 100644 (file)
@@ -6,8 +6,6 @@ extern crate lightning;
 use lightning::ln::msgs;
 use lightning::util::reset_rng_state;
 
-use lightning::ln::msgs::{MsgEncodable, MsgDecodable};
-
 mod utils;
 
 #[inline]