Skip to content

Commit 526e122

Browse files
committed
better fix for block explorer
1 parent 487529c commit 526e122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ bool CTransaction::ReadFromDisk(CTxDB& txdb, COutPoint prevout, CTxIndex& txinde
270270
return false;
271271

272272
// Fix for PoW txns between 835001 and LAST_POW_BLOCK
273-
if (txindexRet.pos.nBlockPos >= 356193881 && txindexRet.pos.nBlockPos <= 356265878)
273+
if (txindexRet.pos.nTxPos - txindexRet.pos.nBlockPos == 82)
274274
txindexRet.pos.nTxPos -= 1;
275275

276276
if (!ReadFromDisk(txindexRet.pos))

0 commit comments

Comments
 (0)