mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
test: remove global assignment patch used for args definition in qt tests
This commit is contained in:
parent
93a01604c3
commit
281569adaa
@ -55,7 +55,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
NodeContext node_context;
|
||||
node_context.args = &::gArgs; // TODO: remove this patchfix to solve unexplained test failure
|
||||
std::unique_ptr<interfaces::Node> node = interfaces::MakeNode(&node_context);
|
||||
|
||||
bool fInvalid = false;
|
||||
|
Loading…
Reference in New Issue
Block a user