bitcoinops / taproot-workshop

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

Bump minimum version to 23, since 22 and below don't have getdeployme… #202

Open ottosch opened 4 months ago

ottosch commented 4 months ago

Bump minimum version to v23, since v22 and below don't have the getdeploymentinfo RPC being called from 0.1-test-notebook.ipynb.

Also, random.randrange(SECP256K1_ORDER / 2, SECP256K1_ORDER) is throwing:

TypeError: 'float' object cannot be interpreted as an integer