-
Notifications
You must be signed in to change notification settings - Fork 714
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
[Refactoring] Clean budget manager code redundancies #2752
base: master
Are you sure you want to change the base?
Conversation
…t.cpp GetVotesObject and GetVotesArray function too.
…roposalVote. And remove the now unused AddAndRelayProposalVote.
7814101
to
a102664
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 42bca64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a102664
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK a102664:
Good cleanup, tested the last week in regtest with the full v6.0
Following points tackled:
BudgetManager::CheckCollateral
code redundancies.CBudgetManager::GetFinalizedBudgetStatus
to the RPC file as it's an utility function.CBudgetManager::GetFinalizedBudget
.