From d5d38a15e0d7c35e0bae28f77722ec3413f6c997 Mon Sep 17 00:00:00 2001 From: bitcoin Date: Wed, 23 Mar 2016 20:50:22 -0400 Subject: [PATCH] Update ref_block_chain.md Version 4 implemented and reached super majority. --- _includes/devdoc/ref_block_chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/ref_block_chain.md b/_includes/devdoc/ref_block_chain.md index b53341c5..fc292443 100644 --- a/_includes/devdoc/ref_block_chain.md +++ b/_includes/devdoc/ref_block_chain.md @@ -72,8 +72,8 @@ fe9f0864 ........................... Nonce encoding had previously been non-standard since Bitcoin Core 0.8.0 (February 2012). -* **Version 4** blocks will likely be introduced in the near future as - specified in BIP65. These blocks will support the new +* **Version 4** blocks specified in BIP65 and introduced in Bitcoin Core 0.11.2 +* (November 2015) as a soft fork became active in December 2015. These blocks now support the new `OP_CHECKLOCKTIMEVERIFY` opcode described in that BIP. The mechanism used for the version 2, 3, and 4 upgrades is commonly