Remove the RC 1 block index error message

Reverts 85457ddec1

Closes #1548
This commit is contained in:
Jack Grigg
2016-10-18 17:19:11 -05:00
parent 1218603f73
commit d9d59f5176

View File

@@ -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