vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.3k stars 861 forks source link

A different approach to signall. #49

Closed nelisky closed 9 years ago

nelisky commented 9 years ago

While still allowing 'sign all tx with this one key' a specific use case of mine is to have a dictionary of 'txid:vidx' to private keys. This commit adds support for that, though I'm not sure it is useful for anyone else.