1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-08-24 18:47:19 +00:00

bip110: Adopt John Moffett’s description of BIP433 relationship

Co-authored-by: John Moffett <116917595+john-moffett@users.noreply.github.com>
This commit is contained in:
Murch
2026-08-09 08:46:25 -07:00
committed by GitHub
parent 2dfb201b27
commit b01048ebee

View File

@@ -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===