File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,13 @@ pub enum Event {
130
130
/// retry the payment via a different route.
131
131
rejected_by_dest : bool ,
132
132
/// Any failure information conveyed via the Onion return packet by a node along the failed
133
- /// payment route. Should be applied to the [`NetworkGraph`] so that routing decisions can
134
- /// take into account the update.
133
+ /// payment route.
134
+ ///
135
+ /// Should be applied to the [`NetworkGraph`] so that routing decisions can take into
136
+ /// account the update. [`NetGraphMsgHandler`] is capable of doing this.
135
137
///
136
138
/// [`NetworkGraph`]: crate::routing::network_graph::NetworkGraph
139
+ /// [`NetGraphMsgHandler`]: crate::routing::network_graph::NetGraphMsgHandler
137
140
network_update : Option < NetworkUpdate > ,
138
141
#[ cfg( test) ]
139
142
error_code : Option < u16 > ,
You can’t perform that action at this time.
0 commit comments