mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +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:
parent
d7cc209927
commit
457e3545ba
1 changed files with 0 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue