diff options
| author | Gavin Andresen <[email protected]> | 2014-10-24 13:45:46 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-10-24 13:45:46 -0400 |
| commit | 46df9c3b42c817209d4c46950b13088f7406d129 (patch) | |
| tree | fa54274a037c2482725b8ac3cc9e0ccba15a390e /src/chainparams.cpp | |
| parent | Merge pull request #5116 (diff) | |
| parent | Clear vFixedSeeds for regtest network (diff) | |
| download | discoin-46df9c3b42c817209d4c46950b13088f7406d129.tar.xz discoin-46df9c3b42c817209d4c46950b13088f7406d129.zip | |
Merge pull request #5133 from laanwj/2014_10_regtest_fixed_seeds
Clear vFixedSeeds for regtest network
Diffstat (limited to 'src/chainparams.cpp')
| -rw-r--r-- | src/chainparams.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index dd76ca6c2..1ab292517 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -266,6 +266,7 @@ public: nDefaultPort = 18444; assert(hashGenesisBlock == uint256("0x0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206")); + vFixedSeeds.clear(); // Regtest mode doesn't have any fixed seeds. vSeeds.clear(); // Regtest mode doesn't have any DNS seeds. fRequireRPCPassword = false; |