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

pool: Remove treasuryActive bool from func sigs. #419

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

jholdstock
Copy link
Member

The only reason dcrpool needs to be aware of DCP-0006 activation is to determine the index of the coinbase output, so rather than passing around a treasuryActive bool, the index itself can be passed around.

The only reason dcrpool needs to be aware of DCP-0006 activation
is to determine the index of the coinbase output, so rather than passing
around a treasuryActive bool, the index itself can be passed around.
@jholdstock jholdstock merged commit d8ba4a4 into decred:master Oct 25, 2023
2 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.

2 participants