From b01048ebee6a942b96a26acaed858d7c3636b4e0 Mon Sep 17 00:00:00 2001 From: Murch Date: Sun, 9 Aug 2026 08:46:25 -0700 Subject: [PATCH] =?UTF-8?q?bip110:=20Adopt=20John=20Moffett=E2=80=99s=20de?= =?UTF-8?q?scription=20of=20BIP433=20relationship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: John Moffett <116917595+john-moffett@users.noreply.github.com> --- bip-0110.mediawiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bip-0110.mediawiki b/bip-0110.mediawiki index 542cbf43..cb0bc354 100644 --- a/bip-0110.mediawiki +++ b/bip-0110.mediawiki @@ -44,7 +44,8 @@ For the purposes of rule 3, these are the witness versions (and the one Tapleaf * '''Witness v0''' with a 20-byte program (P2WPKH) or a 32-byte program (P2WSH), as defined in [[bip-0141.mediawiki|BIP 141]]. Other v0 program lengths are already invalid under BIP 141 itself. * '''Witness v1''' with a 32-byte program (Taproot/P2TR), as defined in [[bip-0341.mediawiki|BIP 341]]. In a script path spend, the only defined Tapleaf version is 0xc0 (Tapscript), as defined in [[bip-0342.mediawiki|BIP 342]]. -* '''Witness v1''' with the 2-byte program 0x4e73 (P2A), and only when spent with an empty witness stack, as defined in [[bip-0433.mediawiki#specification|BIP 433]]. + +* '''Witness v1''' with the 2-byte program 0x4e73 (P2A, as defined in [[bip-0433.mediawiki#specification|BIP 433]]), and only when spent with an empty witness stack. ===GetBlockTemplate===