From d9d59f5176718f82f31678034bc646079ddb1760 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 18 Oct 2016 17:19:11 -0500 Subject: [PATCH] Remove the RC 1 block index error message Reverts 85457ddec13bc74bdf68e6739f2258044b06c611 Closes #1548 --- src/chain.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/chain.h b/src/chain.h index e47b3856..2abb23c5 100644 --- a/src/chain.h +++ b/src/chain.h @@ -324,11 +324,6 @@ public: READWRITE(VARINT(nDataPos)); if (nStatus & BLOCK_HAVE_UNDO) READWRITE(VARINT(nUndoPos)); - uint8_t tag = 0; - READWRITE(tag); - if (ser_action.ForRead() && tag != 0) { - assert(!"For the first time running zcashd after upgrading to v1.0.0-rc1, please use the -reindex option."); - } READWRITE(hashAnchor); // block header