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.
2 parents ffa804a + b18ad8b commit 01f3472Copy full SHA for 01f3472
1 file changed
lightning/src/routing/router.rs
@@ -683,7 +683,8 @@ pub struct Route {
683
///
684
/// This is used by `ChannelManager` to track information which may be required for retries.
685
686
- /// Will be `None` for objects serialized with LDK versions prior to 0.0.117.
+ /// Will be `None` for objects serialized with LDK versions prior to 0.0.117. This field will
687
+ /// soon move to being required and must always be set.
688
pub route_params: Option<RouteParameters>,
689
}
690
0 commit comments