From c7d1afe2ab4e74497c1eb2e6424e696cd2a3176a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 27 Jan 2020 20:20:39 +0000 Subject: [PATCH] Reference Heartwood in ZIP 213 --- zip-0213.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/zip-0213.rst b/zip-0213.rst index 361da31a..a7f87bd6 100644 --- a/zip-0213.rst +++ b/zip-0213.rst @@ -61,10 +61,10 @@ order to enable miners to start using Sapling addresses. Specification ============= -Prior to activation of the TODO network upgrade, the existing consensus rule requiring -coinbase transactions to have zero Sapling outputs is enforced. +Prior to activation of the Heartwood network upgrade, the existing consensus rule +requiring coinbase transactions to have zero Sapling outputs is enforced. -Once the TODO network upgrade activates: +Once the Heartwood network upgrade activates: - The above existing consensus rule is no longer active, and coinbase transactions MAY contain Sapling outputs. @@ -142,6 +142,12 @@ spent, which removes the need for a separate shielding step like is enforced for transparent coinbase outputs. +Deployment +========== + +This proposal will be deployed with the Heartwood network upgrade. + + Reference Implementation ========================