Skip to content

Commit

Permalink
resolved another conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
devendra-shardeum committed Jan 8, 2025
1 parent d48b6eb commit 75e20df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/archiver_data_patcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const runProgram = async (): Promise<void> => {
console.log(`archiver ${archiver.ip}:${archiver.port} failed to respond`)
break
}

const receiptsCountByCycles = await ReceiptDB.queryReceiptCountByCycles(i, nextEnd) || [];
// console.log(receiptsCountByCycles)
for (let j = i; j <= nextEnd; j++) {
Expand Down

0 comments on commit 75e20df

Please sign in to comment.