diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 27e475f1..295a9a30 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 -| PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07 -| None -| No key data -| -| 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 | PSBT_GLOBAL_VERSION = 0xFB | 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 -| PSBT_OUT_TAP_LEAF_SCRIPT = 0x06 -| -| The control block for this leaf as specified in BIP 341. The control block contains the merkle tree path to this leaf. -|