Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Coding committed Dec 28, 2020
1 parent d94251a commit 6c83d7e
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 @@ -259,7 +259,7 @@ class CMainParams : public CChainParams
assert(hashGenesisBlock == uint256("0x0000008ee9550dfbb15f5c59a4c34836c83def986e374736d0135dbf2f2f0388"));
assert(genesis.hashMerkleRoot == uint256("0xa203559b71db256b66b8f4c133d46673a697eeae84d847e1a9624e9db2c146ea"));

vSeeds.push_back(CDNSSeedData("seeds.crypto-giveaways.cash", "seeds.crypto-giveaways.cash"));
vSeeds.push_back(CDNSSeedData("seeder.crypto-giveaways.cash", "seeder.crypto-giveaways.cash"));

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

0 comments on commit 6c83d7e

Please sign in to comment.