mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Merge pull request #5133 from laanwj/2014_10_regtest_fixed_seeds
Clear vFixedSeeds for regtest network
This commit is contained in:
commit
46df9c3b42
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…
Add table
Reference in a new issue