Add `outbound` flag to `DirectedChannelInfo`
[rust-lightning] / lightning / src / onion_message / functional_tests.rs
index 32a0fa3eb26fa3bdf5cff00509a81af819f3be23..c43b218df7b16015364966ed07882b79d29db325 100644 (file)
@@ -381,6 +381,7 @@ fn reply_path() {
 fn invalid_custom_message_type() {
        let nodes = create_nodes(2);
 
+       #[derive(Debug)]
        struct InvalidCustomMessage{}
        impl OnionMessageContents for InvalidCustomMessage {
                fn tlv_type(&self) -> u64 {