vbuterin / pybitcointools

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

Fixes history function #113

Closed wizardofozzie closed 8 years ago

wizardofozzie commented 8 years ago

History function attempts to return a key which does not exist in all circumstances, so o['addr'] ==> o.get("addr", None)