Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reachable unwrap of outbound_htlc_minimum_msat #211

Merged

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Nov 27, 2023

Fixes #208.

As the unwrap previously was reachable we now expose the field as an Option. Additionally, we document the unwrap safety of the other ChannelDetails fields where applicable.

As the `unwrap` previously was reachable we now expose the field as an
`Option`. Additionally, we document the unwrap safety of the other
`ChannelDetails` fields where applicable.
@tnull tnull force-pushed the 2023-11-fix-reachable-chandetails-unwrap branch from 492762e to d09c572 Compare November 27, 2023 13:01
@tnull tnull merged commit f42d604 into lightningdevkit:main Nov 27, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix reachable unwrap when creating ChannelDetails
1 participant