We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3bf19 commit 57ac2ecCopy full SHA for 57ac2ec
lightning/src/routing/network_graph.rs
@@ -217,6 +217,9 @@ pub struct DirectionalChannelInfo {
217
/// Fees charged when the channel is used for routing
218
pub fees: RoutingFees,
219
/// Most recent update for the channel received from the network
220
+ /// Mostly redundant with the data we store in fields explicitly.
221
+ /// Everything else is useful only for sending out for initial routing sync.
222
+ /// Not stored if contains excess data to prevent DoS.
223
pub last_update_message: Option<msgs::ChannelUpdate>,
224
}
225
0 commit comments