diff options
author | Dr. Maxim Orlovsky <orlovsky@lnp-bp.org> | 2021-11-23 18:43:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 18:43:34 +0100 |
commit | 457e3545ba0954031865a820a2e3bbabbee984d9 (patch) | |
tree | 42b756749c63828b7c3e948e7523d17c42074e18 | |
parent | d7cc20992724ea484087c07d2ed53fb3bc3a108b (diff) |
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"
-rw-r--r-- | bip-0174.mediawiki | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 27e475f..1afa7bb 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -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> |