We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
w = Wallet.create("Wallet_taproot", keys=mnemonic, network='bitcoin',witness_type='taproot',db_uri='taproot.db') This will cause an error
The text was updated successfully, but these errors were encountered:
#348 you can try like this
wallet = Wallet.create("Wallet_taproot", network='bitcoin') taproot = Address(wallet.get_key().address, script_type="p2tr", encoding='bech32').address
Sorry, something went wrong.
Taproot wallets are not supported at the moment. But it is currently under development.
No branches or pull requests
w = Wallet.create("Wallet_taproot", keys=mnemonic, network='bitcoin',witness_type='taproot',db_uri='taproot.db')
This will cause an error
The text was updated successfully, but these errors were encountered: