1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT

`PSBT_OUT_TAP_LEAF_SCRIPT` seemed to appear in output key sections by copy-paste from input section. First, it shares the same byte no as `PSBT_OUT_TAP_TREE`, second its description talks about "witness"
This commit is contained in:
Dr. Maxim Orlovsky 2021-11-23 18:43:34 +01:00 committed by GitHub
parent d7cc209927
commit 457e3545ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -599,17 +599,6 @@ determine which outputs are change outputs and verify that the change is returni
| 0, 2 | 0, 2
| [[bip-0371.mediawiki|371]] | [[bip-0371.mediawiki|371]]
|- |-
| Taproot Leaf Script
| <tt>PSBT_OUT_TAP_LEAF_SCRIPT = 0x06</tt>
| <tt><control block></tt>
| The control block for this leaf as specified in BIP 341. The control block contains the merkle tree path to this leaf.
| <tt><script></tt>
| The script for this leaf as would be provided in the witness stack.
|
|
| 0, 2
| [[bip-0371.mediawiki|371]]
|-
| Taproot Key BIP 32 Derivation Path | Taproot Key BIP 32 Derivation Path
| <tt>PSBT_OUT_TAP_BIP32_DERIVATION = 0x07</tt> | <tt>PSBT_OUT_TAP_BIP32_DERIVATION = 0x07</tt>
| <tt><xonlypubkey></tt> | <tt><xonlypubkey></tt>