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

Litecoin MWEB upgrade deserialization fix #1132

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

ravselj
Copy link

@ravselj ravselj commented Sep 20, 2022

After MWEB upgrade there are issues like already mentioned in #1125. I ran into the same issue via NBXplorer. After reviewing Litecoin source code I came up with this quick fix. I copied code from Transaction class and added only code block at:
if((flags & 8) != 0) ...

@NicolasDorier NicolasDorier merged commit 49bdb53 into MetacoSA:master Sep 22, 2022
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.

3 participants