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

invoice: reproduce parsing mismatch #3703

Conversation

vincenzopalazzo
Copy link
Contributor

This is a first step in debugging the issue reported in the #3693

This is a reproduction of the issue that I found in the lightning-invoice crate. The issue is described in details in [1].

[1] #3693
Suggested-by: @erickcestari
Signed-off-by: Vincenzo Palazzo [email protected]

This is a reproduction of the issue that I found in the
lightning-invoice crate. The issue is described in details
in [1].

[1] lightningdevkit#3693
Suggested-by: @erickcestari
Signed-off-by: Vincenzo Palazzo <[email protected]>
@ldk-reviews-bot
Copy link

👋 Hi! I see this is a draft PR.
I'll wait to assign reviewers until you mark it as ready for review.
Just convert it out of draft status when you're ready for review!

@@ -77,9 +77,9 @@ mod prelude {
use crate::prelude::*;

/// Re-export serialization traits
#[cfg(fuzzing)]
#[cfg(any(fuzzing, test))]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proably this is no longer required

@vincenzopalazzo
Copy link
Contributor Author

Replaced by lightning/bolts#1245 (review)

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.

2 participants