X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Frouter.rs;h=b1a766ba79149b5640a080c55a625eb338424a03;hb=c9483c69081dc6818ed57e2ca3212010bb132dc7;hp=b0d7b6031486039e98f974065102b1010a5d0677;hpb=ce4de5fb52246f91d37127594f8fd7d304ab86ad;p=rust-lightning diff --git a/fuzz/src/router.rs b/fuzz/src/router.rs index b0d7b603..b1a766ba 100644 --- a/fuzz/src/router.rs +++ b/fuzz/src/router.rs @@ -124,7 +124,6 @@ pub fn do_test(data: &[u8]) { msgs::DecodeError::UnknownVersion => return, msgs::DecodeError::UnknownRequiredFeature => return, msgs::DecodeError::InvalidValue => return, - msgs::DecodeError::ExtraAddressesPerType => return, msgs::DecodeError::BadLengthDescriptor => return, msgs::DecodeError::ShortRead => panic!("We picked the length..."), msgs::DecodeError::Io(e) => panic!(format!("{}", e)),