Merge pull request #646 from naumenkogs/2020-06-router-mpp
[rust-lightning] / fuzz / src / router.rs
index 51602d5b5e8845c87560cd0ab0beb04bdb9270a6..fa1cceb8a16487c45dcd468d4e47b7a13eda047a 100644 (file)
@@ -130,7 +130,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                        msgs::DecodeError::InvalidValue => return,
                                        msgs::DecodeError::BadLengthDescriptor => return,
                                        msgs::DecodeError::ShortRead => panic!("We picked the length..."),
-                                       msgs::DecodeError::Io(e) => panic!(format!("{}", e)),
+                                       msgs::DecodeError::Io(e) => panic!(format!("{:?}", e)),
                                }
                        }
                }}