21dotco / two1-python

The 21 command line interface and two1 bitcoin library. Send and receive BTC over HTTP.
https://earn.com
Other
365 stars 91 forks source link

Use correct key field in HDPrivateKey.__int__ #24

Open ZumZoom opened 7 years ago

ZumZoom commented 7 years ago

HDPrivateKey does not have key field, it should be _key instead.

aliahpalawan commented 6 years ago

ok