mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-28 23:02:36 +02: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:
committed by
GitHub
parent
d7cc209927
commit
457e3545ba
@@ -599,17 +599,6 @@ determine which outputs are change outputs and verify that the change is returni
|
||||
| 0, 2
|
||||
| [[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
|
||||
| <tt>PSBT_OUT_TAP_BIP32_DERIVATION = 0x07</tt>
|
||||
| <tt><xonlypubkey></tt>
|
||||
|
Reference in New Issue
Block a user