chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

Better Python 3.4 compatibility #15

Closed ghost closed 6 years ago

ghost commented 6 years ago

It appears that without these changes the library isn't fully Python 3.4 compatible (insofar as running unit.py can determine that). Similar to #11.