Update chainparams.cpp

This commit is contained in:
Sikkie 2024-03-16 16:00:58 +01:00
parent 449abe6abb
commit 0474d47140

View File

@ -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);