bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
375 stars 112 forks source link

Use generate_key_pair() everywhere #126

Closed jnewbery closed 5 years ago

jnewbery commented 5 years ago

Use the generate_key_pair() convenience function everywhere that a key pair is needed.

Also standardise on privkey and pubkey as variable names for private keys and public keys, and index keys on 1.

A few other minor tidy-ups.

jnewbery commented 5 years ago

rebased on master

jnewbery commented 5 years ago

Thanks for the review, @bitschmidty !