mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
partial bitcoin#15352: Reduce noise level in test_bitcoin output
This commit is contained in:
parent
7578684a1b
commit
a68f06226b
@ -57,7 +57,11 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName)
|
||||
SelectParams(chainName);
|
||||
evoDb.reset(new CEvoDB(1 << 20, true, true));
|
||||
deterministicMNManager.reset(new CDeterministicMNManager(*evoDb));
|
||||
noui_connect();
|
||||
static bool noui_connected = false;
|
||||
if (!noui_connected) {
|
||||
noui_connect();
|
||||
noui_connected = true;
|
||||
}
|
||||
}
|
||||
|
||||
BasicTestingSetup::~BasicTestingSetup()
|
||||
|
Loading…
Reference in New Issue
Block a user