We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following fields might not be set in the htlc_accepted hook:
greenlight/libs/gl-plugin/src/lsp.rs
Lines 18 to 23 in 2cd4d07
These should all be wrapped in Option<_>
Option<_>
unwrap is called on deserialization here: https://github.com/JssDWt/greenlight/blob/5dc32eb0d7163c5946cd9f58e698168fd0a1652d/libs/gl-plugin/src/lsp.rs#L55
unwrap
This may cause panicks deserializing the htlc_accepted payload.
The text was updated successfully, but these errors were encountered:
nepet
No branches or pull requests
The following fields might not be set in the htlc_accepted hook:
greenlight/libs/gl-plugin/src/lsp.rs
Lines 18 to 23 in 2cd4d07
These should all be wrapped in
Option<_>
unwrap
is called on deserialization here: https://github.com/JssDWt/greenlight/blob/5dc32eb0d7163c5946cd9f58e698168fd0a1652d/libs/gl-plugin/src/lsp.rs#L55This may cause panicks deserializing the htlc_accepted payload.
The text was updated successfully, but these errors were encountered: