MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Litecoin MWEB upgrade deserialization fix #1132

Closed ravselj closed 2 years ago

ravselj commented 2 years ago

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) ...