[Moveonly] Create ui_interface.cpp - #7787
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;.