PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Replace all binascii imports with fromhex / .hex #103

Closed peerchemist closed 6 years ago

peerchemist commented 6 years ago

As we aim to drop python 3.4 compatibility, we can drop the binascii import and use the integrated features of python3.5.