bitcoinops / taproot-workshop

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

Update for v26.0 compatibility #197

Closed kouloumos closed 4 months ago

kouloumos commented 4 months ago

Currently, on the initial setup, when new wallets are being created, you get the following error:

JSONRPCException: BDB wallet creation is deprecated and will be removed in a future release. In this release it can be re-enabled temporarily with the -deprecatedrpc=create_bdb setting. (-4)

With v26.0 BDB wallet creation is deprecated, making the existing code not functional. This re-enables it using the -deprecatedrpc=create_bdb flag.