1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
600 stars 199 forks source link

how to create transaction using taproot (p2wsh) address. #254

Closed aserxmail closed 2 years ago

aserxmail commented 2 years ago

How to create transaction using taproot (p2wsh) address.

mccwdev commented 2 years ago

This is not supported yet

mccwdev commented 2 years ago

Commit https://github.com/1200wd/bitcoinlib/commit/34ee201aeb7886c9c747a372ea3d0bfca602b122 adds support for sending to p2tr addresses.