From bb9c7e665d42a622152db22db484781093d85270 Mon Sep 17 00:00:00 2001 From: josie Date: Wed, 14 Jun 2023 12:14:17 +0200 Subject: [PATCH] Improve wording for P2TR section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * "taproot output key" always refers to the public key * the private key for the taproot output key doesn't have to be tweaked Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com> --- bip-0000.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0000.mediawiki b/bip-0000.mediawiki index b6f6fd5fd7..cc81f18e1b 100644 --- a/bip-0000.mediawiki +++ b/bip-0000.mediawiki @@ -218,7 +218,7 @@ The receiver obtains the public key from the ''scriptSig''. The receiver MUST pa The sending wallet performs coin selection as usual with the following restrictions: * At least one input MUST be from the ''[[#inputs-for-shared-secret-derivation|Inputs For Shared Secret Derivation]]'' list -* The sending wallet MUST have access to the taproot output key, unless ''H'' is used as the internal public key +* For each taproot output spent the sending wallet MUST have access to the private key corresponding to the taproot output key, unless ''H'' is used as the internal public key ==== Creating outputs ====