MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.86k stars 840 forks source link

HexEncoder fails to decode valid encoded string #1148

Closed lontivero closed 1 year ago

lontivero commented 1 year ago

The HexEncoder says the following is an invalid hex string. That's not true, this is a raw transaction.

https://pastebin.com/Yj1HMHG3

knocte commented 1 year ago

https://pastebin.com/Yj1HMHG3

404

lontivero commented 1 year ago

Sorry, the tx was huge and that didn't let me see that the IDE was adding \r\n at the end of the line.