summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorkallewoof <karljohan-alm@garage.co.jp>2022-01-07 11:16:09 +0900
committerGitHub <noreply@github.com>2022-01-07 11:16:09 +0900
commit3693cdfd192dacdac89cd742f68cd1bb96bf7f7e (patch)
treef4791c260e298020e869ffd1530e45f2557338a1 /bip-0174.mediawiki
parent13bd88f50c986d7745cad948d3d3d4b3b43ccb5c (diff)
parentd16522949dbba2f3dc475f79f574814a4b3627f4 (diff)
downloadbips-3693cdfd192dacdac89cd742f68cd1bb96bf7f7e.tar.xz
Merge pull request #1241 from dr-orlovsky/patch-11
BIP-174: Removing PSBT_OUT_TAP_LEAF_SCRIPT
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki22
1 files changed, 0 insertions, 22 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 27e475f..295a9a3 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -171,17 +171,6 @@ The currently defined global types are as follows:
| 2
| [[bip-0370.mediawiki|370]]
|-
-| SIGHASH_SINGLE Inputs
-| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt>
-| None
-| No key data
-| <tt><bit vector></tt>
-| 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.
-|
-| 0
-| 2
-| [[bip-0370.mediawiki|370]]
-|-
| PSBT Version Number
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
| None
@@ -599,17 +588,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>