mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
347 B
347 B
Tools and Utilities
- A new
bitcoinconsensus_verify_script_with_spent_outputsfunction is available in libconsensus which optionally accepts the spent outputs of the transaction being verified. - A new
bitcoinconsensus_SCRIPT_FLAGS_VERIFY_TAPROOTflag is available in libconsensus that will verify scripts with the Taproot spending rules.