From acd123e63d636fdefe0be46cbba37b1f1eca27b3 Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 18 May 2017 06:41:23 -0700 Subject: [PATCH] Edited ch10.asciidoc with Atlas code editor --- ch10.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index 7bd88ffd..aaf62d8e 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -1032,9 +1032,9 @@ BIP-34 defined a two-step activation mechanism, based on a rolling window of 100 After successful signaling and activation under the BIP-34 rules, this mechanism was used twice more to activate soft forks: -* BIP-66 Strict DER Encoding of Signatures was activated by BIP-34 style signaling with a block version "3" and invalidating version "2" blocks. +* https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki[BIP-66] Strict DER Encoding of Signatures was activated by BIP-34 style signaling with a block version "3" and invalidating version "2" blocks. -* BIP-65 +CHECKLOCKTIMEVERIFY+ was activated by BIP-34 style signaling with a block version "4" and invalidating version "3" blocks. +* https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki[BIP-65] +CHECKLOCKTIMEVERIFY+ was activated by BIP-34 style signaling with a block version "4" and invalidating version "3" blocks. After the activation of BIP-65, the signaling and activation mechanism of BIP-34 was retired and replaced with the BIP-9 signaling mechanism described next.