Skip to content

Commit

Permalink
Merge pull request #1 from bubasik/master
Browse files Browse the repository at this point in the history
Minimal change conf.
add Vseead
delete "beta" version
  • Loading branch information
yentencoin authored Nov 28, 2018
2 parents cdfbcb1 + 1e9c5e2 commit 5271d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class CMainParams : public CChainParams {

// vFixedSeeds.clear();
vSeeds.clear();
// vSeeds.push_back(CDNSSeedData("yenten.org", "seed.yenten.org"));
vSeeds.push_back(CDNSSeedData("yentencoin.info", "seed-main.yentencoin.info"));

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,78);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,10);
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const std::string CLIENT_NAME("Satoshi");

// Client version number
#define CLIENT_VERSION_SUFFIX "-beta"
#define CLIENT_VERSION_SUFFIX ""


// The following part of the code determines the CLIENT_BUILD variable.
Expand Down

0 comments on commit 5271d4a

Please sign in to comment.