stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
783 stars 315 forks source link

Handle case where signature R component is only 31 bytes #4229

Closed zeptin closed 2 years ago

zeptin commented 2 years ago

It looks like the R and S components can just be concatenated with the header byte in this case.