Skip to content

Commit

Permalink
Seed Update
Browse files Browse the repository at this point in the history
Add a seed provided by a different manager than the rest
  • Loading branch information
NaH012 authored Jul 16, 2018
1 parent 0992801 commit 24251b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class CMainParams : public CChainParams {
vSeeds.emplace_back("seed.defcoin-ng.org", true);
vSeeds.emplace_back("seed2.defcoin-ng.org", true);
vSeeds.emplace_back("seed3.defcoin-ng.org", true);
vSeeds.emplace_back("seed4.defcoin-ng.org", true);
vSeeds.emplace_back("seed.defcoin.mikej.tech", true);

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,30);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
Expand Down

0 comments on commit 24251b4

Please sign in to comment.