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 Mar 19, 2024
1 parent 42b32d2 commit abfc45d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,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 abfc45d

Please sign in to comment.