darkwallet / python-obelisk

Pure Python Obelisk + Bitcoin client side library
GNU Affero General Public License v3.0
62 stars 50 forks source link

Added in missing shortname for ecdsa change #22

Closed hoffmabc closed 9 years ago

hoffmabc commented 9 years ago

The python-ecdsa library has added an additional shortname parameter that is missing in the call for obelisk.

veox commented 9 years ago

Trivial enough, and python-ecdsa already has this in a version-tagged release. We're not recommending any specific version in the docs which makes assume "latest dev" or "latest stable".

hoffmabc commented 9 years ago

I'm not sure why they jammed this argument in the middle and broke backwards compatibility especially if it's optional.

hoffmabc commented 9 years ago

They fixed this upstream so I'm closing.