bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

Change exercise 1.2.1 to be implementing `generate_musig_key()` rather than using it #159

Closed jnewbery closed 2 years ago

jnewbery commented 4 years ago

Exercise 1.2.1 currently uses the generate_musig_key() black box function. It should be changed to be an exercise to implement that functionality.

https://github.com/bitcoinops/taproot-workshop/blob/fb89ec8e10e543a3f74a75d08082d6caf67d3481/1.2-musig.ipynb#L71