-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Change litemode to disablegovernance #3577
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
Change litemode to disablegovernance #3577
Conversation
1ac807a to
b5a8fb7
Compare
|
Ready for review. Tested locally. Seems to be working as expected |
UdjinM6
left a comment
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
…hat flag actually does. Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
15ffe57 to
72bdaa7
Compare
|
Accidentally added two commits meant for a later PR. dropped those commits and rebased on develop |
UdjinM6
left a comment
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.
re-utACK
* Change litemode to disablegovernance, this makes it more clear what that flag actually does. Signed-off-by: pasta <[email protected]> * more fLiteMode to fDisableGovernance Signed-off-by: pasta <[email protected]> * handle -litemode being set Signed-off-by: pasta <[email protected]>
|
backported in #3670 |
* Change litemode to disablegovernance, this makes it more clear what that flag actually does. Signed-off-by: pasta <[email protected]> * more fLiteMode to fDisableGovernance Signed-off-by: pasta <[email protected]> * handle -litemode being set Signed-off-by: pasta <[email protected]>
I wasn't sure if I should do the second commit manually, or if that'd happen automatically so I did it in a second commit so I can easily revert.reverted. I'm 90% sure.I think this makes
litemodea lot clearer and less confusing.TODO:
I need to add a check and throw an error if someone uses litemode or just interpret litemode the same as disablegovernance