From 1b67c8835f74e7d66372389c04e736636a430bbf Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Mon, 4 Apr 2022 07:44:44 -0700 Subject: Correct pubkey type for TAP_INTERNAL_KEY --- bip-0371.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bip-0371.mediawiki') diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki index 1b27d16..665a97b 100644 --- a/bip-0371.mediawiki +++ b/bip-0371.mediawiki @@ -89,7 +89,7 @@ The new per-input types are defined as follows: | PSBT_IN_TAP_INTERNAL_KEY = 0x17 | None | No key data -| +| | The X-only pubkey used as the internal key in this output.'''Why is the internal key provided?'''The internal key is not necessarily the same key as in the Taproot output script. BIP 341 recommends tweaking the key with the hash of itself. It may be necessary for signers to know what the internal key actually is so that they are able to determine whether an input can be signed by it. Finalizers should remove this field after PSBT_IN_FINAL_SCRIPTWITNESS is constructed. | | @@ -123,7 +123,7 @@ The new per-output types are defined as follows: | PSBT_OUT_TAP_INTERNAL_KEY = 0x05 | None | No key data -| +| | The X-only pubkey used as the internal key in this output. | | -- cgit v1.2.3