Clear vFixedSeeds for regtest network
It shouldn't inherit these from testnet. (seems to be already done for unit test network but forgotten here...) Fixes #5127.
This commit is contained in:
parent
3552d4b859
commit
7c0f36c431
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ public:
|
||||||
nDefaultPort = 18444;
|
nDefaultPort = 18444;
|
||||||
assert(hashGenesisBlock == uint256("0x0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206"));
|
assert(hashGenesisBlock == uint256("0x0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206"));
|
||||||
|
|
||||||
|
vFixedSeeds.clear(); // Regtest mode doesn't have any fixed seeds.
|
||||||
vSeeds.clear(); // Regtest mode doesn't have any DNS seeds.
|
vSeeds.clear(); // Regtest mode doesn't have any DNS seeds.
|
||||||
|
|
||||||
fRequireRPCPassword = false;
|
fRequireRPCPassword = false;
|
||||||
|
|
Loading…
Reference in a new issue