Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix log of line counts in case of block limit reached + minor changes #555

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

fab-10
Copy link
Collaborator

@fab-10 fab-10 commented Jan 19, 2024

In case we hit one of the module limits, then the summary log at the end is wrong since it contains also the last not selected tx, we just need to use prevCumulatedLineCount instead of currCumulatedLineCount, since it the var that contains the counts of the selected txs. prevCumulatedLineCount renamed to consolidatedCumulatedLineCount to reflect that.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@delehef delehef self-requested a review January 19, 2024 16:22
@fab-10 fab-10 merged commit b223a55 into main Jan 19, 2024
6 checks passed
@fab-10 fab-10 deleted the fix-line-counts-final-log branch January 19, 2024 16:39
powerslider pushed a commit that referenced this pull request Jan 22, 2024
…#555)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants