Skip to content

Commit 3693cdf

Browse files
authored
Merge pull request bitcoin#1241 from dr-orlovsky/patch-11
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
2 parents 13bd88f + d165229 commit 3693cdf

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

bip-0174.mediawiki

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,6 @@ The currently defined global types are as follows:
171171
| 2
172172
| [[bip-0370.mediawiki|370]]
173173
|-
174-
| SIGHASH_SINGLE Inputs
175-
| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt>
176-
| None
177-
| No key data
178-
| <tt><bit vector></tt>
179-
| A bit vector representing which input indexes use SIGHASH_SINGLE. If the bit for an index is set to 1, then the input and output pair at that index are tied together with SIGHASH_SINGLE and must be moved together.
180-
|
181-
| 0
182-
| 2
183-
| [[bip-0370.mediawiki|370]]
184-
|-
185174
| PSBT Version Number
186175
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
187176
| None
@@ -599,17 +588,6 @@ determine which outputs are change outputs and verify that the change is returni
599588
| 0, 2
600589
| [[bip-0371.mediawiki|371]]
601590
|-
602-
| Taproot Leaf Script
603-
| <tt>PSBT_OUT_TAP_LEAF_SCRIPT = 0x06</tt>
604-
| <tt><control block></tt>
605-
| The control block for this leaf as specified in BIP 341. The control block contains the merkle tree path to this leaf.
606-
| <tt><script></tt>
607-
| The script for this leaf as would be provided in the witness stack.
608-
|
609-
|
610-
| 0, 2
611-
| [[bip-0371.mediawiki|371]]
612-
|-
613591
| Taproot Key BIP 32 Derivation Path
614592
| <tt>PSBT_OUT_TAP_BIP32_DERIVATION = 0x07</tt>
615593
| <tt><xonlypubkey></tt>

0 commit comments

Comments
 (0)