-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[Moveonly] Create ui_interface.cpp #7787
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
Conversation
|
Concept ACK. I think that the |
No, InitError should fail and trigger a shutdown. InitWarning, however, should not trigger a shutdown and continue execution. Thus the return value is not only unused but also misleading. |
|
@MarcoFalke Of course I agree with you :-) |
|
Concept ACK. |
This is a valid point, but I think there is no actual use case for a modal pop up other than in the init process. I'd rather keep the old name, and change it when there is a valid use case for a blocking dialog. |
|
Concept ACK |
|
Anything holding this back? |
|
Nit: the UI interface should be in bitcoin_server.a, not bitcoin_util.a. It should not be used by the other tools, just bitcoind and bitcoin-qt. |
It is only needed by bitcoind and bitcoin-qt
|
Addressed nit |
Should be trivial to review, since it's move only besides a missing
return true;.