vbuterin / pybitcointools

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

minor python3 fix #82

Open thebookworm101 opened 9 years ago

thebookworm101 commented 9 years ago

The data parameter will be bytes on python 3.4, we need to take that into account.

MiWCryptoCurrency commented 8 years ago

you need to do this for all calls to json.loads(), i have changed them in https://github.com/vbuterin/pybitcointools/pull/108