Skip to content

Commit

Permalink
Added dnsseed.garlicoin.network (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoorayJorge committed Dec 26, 2021
1 parent f55bfd7 commit f57f275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class CMainParams : public CChainParams {
//vSeeds.emplace_back("dnsseed.brennanmcdonald.io");
vSeeds.emplace_back("dnsseed.rshaw.space");
vSeeds.emplace_back("dnsseed.garli.co.in");
vSeeds.emplace_back("dnsseed.garlicoin.network");

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

0 comments on commit f57f275

Please sign in to comment.