Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix tests related to subsidy #116

Merged
merged 1 commit into from Apr 1, 2023
Merged

Fix tests related to subsidy #116

merged 1 commit into from Apr 1, 2023

Conversation

SmartArray
Copy link

This PR fixes the log bloat happening due to a log statement in GetBlockSubsidy

First, this PR removes the log statement from the function GetBlockSubsidy in src/validation.cpp and second it adjusts the expected subsidy to zero (after all block rewards have been paid).

Copy link

@JaredTate JaredTate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK. Looks straight forward to me! Log files can be a pain, we can always add it back when testing.

Copy link
Member

@ycagel ycagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK - Great job Yoshi!

Copy link
Member

@gto90 gto90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK

@gto90 gto90 merged commit 67f81d7 into develop Apr 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants