File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ pub enum NetworkUpdate {
162
162
/// The update to apply via [`NetworkGraph::update_channel`].
163
163
msg : ChannelUpdate ,
164
164
} ,
165
- /// An error indicating only that a channel has failed, which should be applied via
165
+ /// An error indicating that a channel failed to route a payment , which should be applied via
166
166
/// [`NetworkGraph::channel_failed`].
167
167
ChannelFailure {
168
168
/// The short channel id of the closed channel.
@@ -171,7 +171,7 @@ pub enum NetworkUpdate {
171
171
/// `channel_update` message is received.
172
172
is_permanent : bool ,
173
173
} ,
174
- /// An error indicating only that a node has failed, which should be applied via
174
+ /// An error indicating that a node failed to route a payment , which should be applied via
175
175
/// [`NetworkGraph::node_failed`].
176
176
NodeFailure {
177
177
/// The node id of the failed node.
You can’t perform that action at this time.
0 commit comments