bestinslot-xyz / OPI

Open Protocol Indexer, OPI, is the best-in-slot open-source indexing client for meta-protocols on Bitcoin.
Apache License 2.0
202 stars 110 forks source link

Fixed Error : Checking for possible reorg #20

Open 0xluen opened 8 months ago

0xluen commented 8 months ago

Fixed Error : Checking for possible reorg Block repeating, possible reorg!! /root/OPI/modules/main_index/index.js:199 if (blockhash_db_q.rows[0].block_hash != blockhash) { ^

TypeError: Cannot read properties of undefined (reading 'block_hash') at main_index (/root/OPI/modules/main_index/index.js:199:36) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)