Skip to content

Commit 8deb866

Browse files
committed
f
1 parent ccc80cf commit 8deb866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ pub use self::fuzzy_internal_msgs::*;
16751675
pub(crate) use self::fuzzy_internal_msgs::*;
16761676

16771677
/// BOLT 4 onion packet including hop data for the next peer.
1678-
#[derive(Clone)]
1678+
#[derive(Clone, PartialEq, Eq)]
16791679
pub struct OnionPacket {
16801680
/// BOLT 4 version number.
16811681
pub version: u8,

0 commit comments

Comments
 (0)