You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`[ERROR][EVENTS][FETCH_BLOCKS_MISMATCH] Fetched blocks count (${blockRows.length}) does not match event IDs count (${eventIds.length}).`);
544
+
thrownewError(
545
+
`[ERROR][DB][DATA_CORRUPT] Fetched blocks count (${blockRows.length}) does not match event IDs count (${eventIds.length}).`,
thrownewError(`[ERROR][TRANSACTIONS][FETCH_BLOCKS_MISMATCH] Fetched blocks count (${blockRows.length}) does not match transaction IDs count (${transactionIds.length}).`);
596
+
thrownewError(
597
+
`[ERROR][DB][DATA_CORRUPT] Fetched blocks count (${blockRows.length}) does not match transaction IDs count (${transactionIds.length}).`,
thrownewError(`[ERROR][BLOCKS][FETCH_BY_HASHES_MISMATCH] Fetched blocks count (${blockRows.length}) does not match requested hashes count (${hashes.length}).`);
646
+
thrownewError(
647
+
`[ERROR][DB][DATA_CORRUPT] Fetched blocks count (${blockRows.length}) does not match requested hashes count (${hashes.length}).`,
0 commit comments