vbuterin / pybitcointools

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

cleanup and sum over iterator #59

Closed stefaang closed 5 years ago

stefaang commented 9 years ago

use isinstance instead of compare type (PEP8) sum over iterator instead of list removed trailing whitespace

reiven commented 9 years ago

+1