decred / gominer

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

Add check on json to prevent panic. #142

Closed jcvernaleo closed 7 years ago

jcvernaleo commented 7 years ago

make sure the unmarshaled json is not zero length so we don't panic when trying to read it.

Along with #141 Closes #135