Skip to content

Commit 8122cb8

Browse files
committed
update
1 parent d036fe8 commit 8122cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge-history-api/internal/logic/history_logic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func (h *HistoryLogic) getCachedTxsInfo(ctx context.Context, cacheKey string, pa
368368
return nil, 0, false, err
369369
}
370370

371-
if start > total {
371+
if start >= total {
372372
return nil, 0, false, nil
373373
}
374374

0 commit comments

Comments
 (0)