Skip to content

Commit

Permalink
rmv unused
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Oct 16, 2024
1 parent e8e0321 commit f24a9bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apollo/src/lnv3/lnv3.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ export class Lnv3Service implements OnModuleInit {
const cache = this.fetchCache[index];
const limit = cache.syncingStage === SyncStage.SyncFinished ? 10 : 500;
const relayList = await this.queryFillInfos(transfer, limit);
let size = 0;
for (const relayInfo of relayList) {
if (relayInfo.records && relayInfo.records.length > 0) {
await this.saveRelayInfo(transfer, relayInfo);
Expand Down

0 comments on commit f24a9bf

Please sign in to comment.