From 22fc58d746b85ec94d2eaa0fb2bc3c70baa4a38c Mon Sep 17 00:00:00 2001 From: Bashmunta Date: Tue, 11 Nov 2025 23:30:23 +0200 Subject: [PATCH] Update bip-0116.mediawiki --- bip-0116.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bip-0116.mediawiki b/bip-0116.mediawiki index c6e13465..e04cd8db 100644 --- a/bip-0116.mediawiki +++ b/bip-0116.mediawiki @@ -112,7 +112,7 @@ An implementation of this BIP, including both consensus code updates and tests i ==Deployment== -This BIP will be deployed by BIP8 (Version bits with lock-in by height)[9] with the name "merklebranchverify" and using bit 2. +This BIP will be deployed by BIP8 (Version bits with lock-in by height)[10] with the name "merklebranchverify" and using bit 2. For Bitcoin mainnet, the BIP8 startheight will be at height M to be determined and BIP8 timeout activation will occur on height M + 50,400 blocks. @@ -143,3 +143,5 @@ Old clients will consider the OP_MERKLEBRANCHVERIFY as a NOP and ignore it. Proo [8] [https://blockstream.com/2015/08/24/treesignatures.html Multisig on steroids using tree signatures] [9] [https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki BIP68: Relative lock-time using consensus-enforced sequence numbers] + +[10] [https://github.com/bitcoin/bips/blob/master/bip-0008.mediawiki BIP8: Version bits with lock-in by height]