Replace binascii.a2b_hex with bytes.fromhex which is faster and actually works right...
authorLuke Dashjr <luke-jr+git@utopios.org>
Tue, 3 Apr 2012 16:02:14 +0000 (12:02 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 3 Apr 2012 16:02:14 +0000 (12:02 -0400)
commit76a5fd2b36c9453b8e802684bb22def21f6b5178
tree67611d5979307861a474bef53fa06a668ec4f1d1
parent36b0bb69f407743b3348e594fc17cbe8839788a2
Replace binascii.a2b_hex with bytes.fromhex which is faster and actually works right in Python 3.2
gmp-proxy.py
jsonrpc_getmemorypool.py
jsonrpc_getwork.py
jsonrpc_setworkaux.py
merklemaker.py
merkletree.py