Update chainparams.cpp
This commit is contained in:
parent
449abe6abb
commit
0474d47140
@ -5,8 +5,6 @@
|
|||||||
// Distributed under the MIT software license, see the accompanying
|
// Distributed under the MIT software license, see the accompanying
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
// up to date
|
|
||||||
|
|
||||||
#include "chainparams.h"
|
#include "chainparams.h"
|
||||||
#include "consensus/merkle.h"
|
#include "consensus/merkle.h"
|
||||||
|
|
||||||
@ -238,7 +236,7 @@ public:
|
|||||||
|
|
||||||
vFixedSeeds.clear();
|
vFixedSeeds.clear();
|
||||||
vSeeds.clear();
|
vSeeds.clear();
|
||||||
vSeeds.push_back(CDNSSeedData("neobytes.tools", "testnet-seed.neobytes.tools"));
|
vSeeds.push_back(CDNSSeedData("neobytes.tools", "testnet-seed.neobytes.tools"));
|
||||||
|
|
||||||
// Testnet NeoBytes addresses start with 'n'
|
// Testnet NeoBytes addresses start with 'n'
|
||||||
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,112);
|
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,112);
|
||||||
|
Loading…
Reference in New Issue
Block a user