Skip to content

Commit

Permalink
Replace getLogs with getLogsList
Browse files Browse the repository at this point in the history
Forgot to replace in [hyperledger#6206]

Signed-off-by: Wetitpig <[email protected]>
  • Loading branch information
Wetitpig committed Dec 9, 2024
1 parent 8148f0d commit 3dc20c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public List<LogWithMetadata> matchingLogs(
transactions.get(i).getHash(),
i,
removed);
logIndexOffset.addAndGet(receipts.get(i).getLogs().size());
logIndexOffset.addAndGet(receipts.get(i).getLogsList().size());
return result;
} catch (final Exception e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 3dc20c4

Please sign in to comment.