Auto merge of #1568 - str4d:1548-remove-block-index-tag, r=daira

Remove the RC 1 block index error message

Reverts 85457ddec1

Closes #1548
This commit is contained in:
zkbot 2016-10-20 13:57:23 -04:00
commit b492ef3232
1 changed files with 0 additions and 5 deletions

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