Browse Source

Remove the RC 1 block index error message

Reverts 85457ddec1

Closes #1548
pull/4/head
Jack Grigg 8 years ago
parent
commit
d9d59f5176
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 5
      src/chain.h

5
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

Loading…
Cancel
Save