Skip to content

Commit

Permalink
Merge 2067f9e into merged_master (Bitcoin PR bitcoin-core/gui#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jun 26, 2021
2 parents 0217fdb + 2067f9e commit 4e32743
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/qt/test/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ int main(int argc, char* argv[])

NodeContext node_context;
std::unique_ptr<interfaces::Node> node = interfaces::MakeNode(&node_context);
gArgs.ForceSetArg("-listen", "0");
gArgs.ForceSetArg("-listenonion", "0");
gArgs.ForceSetArg("-discover", "0");
gArgs.ForceSetArg("-dnsseed", "0");
gArgs.ForceSetArg("-fixedseeds", "0");
gArgs.ForceSetArg("-upnp", "0");
gArgs.ForceSetArg("-natpmp", "0");

bool fInvalid = false;

Expand Down

0 comments on commit 4e32743

Please sign in to comment.