At least we get a whole extra day before it kicks in 😁

{

// Wait an extra day before we start rejecting blocks

CBlockIndex const *blockindex_old = pindexPrev;

for (int i = 0; i < 144; ++i) {

assert(blockindex_old);

blockindex_old = blockindex_old->pprev;

}

Reply to this note

Please Login to reply.

Discussion

No replies yet.