mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
qt: Call noui_connect to prevent boost::signals2::no_slots_error in early calls to InitWarning
This commit is contained in:
@@ -561,6 +561,9 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
SetupEnvironment();
|
||||
|
||||
// Connect bitcoind signal handlers
|
||||
noui_connect();
|
||||
|
||||
std::unique_ptr<interfaces::Node> node = interfaces::MakeNode();
|
||||
|
||||
// Do not refer to data directory yet, this can be overridden by Intro::pickDataDirectory
|
||||
|
||||
Reference in New Issue
Block a user