vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

py3 support on json.loads() - expects str given bytes #108

Closed MiWCryptoCurrency closed 8 years ago

MiWCryptoCurrency commented 8 years ago

make request returns bytes, which cant be passed to json.loads() on python3

wizardofozzie commented 8 years ago

See this PR