@@ -335,7 +335,7 @@ where
335
335
}
336
336
}
337
337
338
- #[ derive( Clone , PartialEq , Debug ) ]
338
+ #[ derive( Clone , Debug , PartialEq ) ]
339
339
/// Details about one direction of a channel. Received
340
340
/// within a channel update.
341
341
pub struct DirectionalChannelInfo {
@@ -376,7 +376,7 @@ impl_writeable!(DirectionalChannelInfo, 0, {
376
376
last_update_message
377
377
} ) ;
378
378
379
- #[ derive( PartialEq ) ]
379
+ #[ derive( Clone , Debug , PartialEq ) ]
380
380
/// Details about a channel (both directions).
381
381
/// Received within a channel announcement.
382
382
pub struct ChannelInfo {
@@ -447,7 +447,7 @@ impl Writeable for RoutingFees {
447
447
}
448
448
}
449
449
450
- #[ derive( Clone , PartialEq , Debug ) ]
450
+ #[ derive( Clone , Debug , PartialEq ) ]
451
451
/// Information received in the latest node_announcement from this node.
452
452
pub struct NodeAnnouncementInfo {
453
453
/// Protocol features the node announced support for
@@ -513,7 +513,7 @@ impl Readable for NodeAnnouncementInfo {
513
513
}
514
514
}
515
515
516
- #[ derive( Clone , PartialEq ) ]
516
+ #[ derive( Clone , Debug , PartialEq ) ]
517
517
/// Details about a node in the network, known from the network announcement.
518
518
pub struct NodeInfo {
519
519
/// All valid channels a node has announced
0 commit comments