Browse Source

a small update

cl-refactor
Vlad Gluhovsky 9 years ago
parent
commit
bcabff431f
  1. 2
      test/libwhisper/shhrpc.cpp

2
test/libwhisper/shhrpc.cpp

@ -55,7 +55,7 @@ struct Setup
dev::p2p::NodeIPEndpoint::test_allowLocal = true;
static bool setup = false;
if (!setup)
if (!setup && !test::Options::get().nonetwork)
{
setup = true;
NetworkPreferences nprefs(std::string(), c_web3port, false);

Loading…
Cancel
Save