You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! Expose per-channel features in ChannelDetails
Unwrap `outbound_htlc_minimum_msat` and change its type from
`Option<u64>` to `u64` in `ChannelCounterparty`. The `None` case only
existed for LDK objects serialized prior to 0.0.107, and ldk-node has
never shipped with an LDK version that old.
Rewrites the documentation to address wrongly referencing LDK
release.
0 commit comments