decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
159 stars 77 forks source link

stratum: Don't reverse Version bytes. #204

Closed jholdstock closed 10 months ago

jholdstock commented 10 months ago

Unsure why this reversing was in place, but the testnet3 value of 0b000000 was causing the decode to fail. With this change it correctly decodes to 11.