From 0474d47140631d0b084b94c71413d6ff3ed65a5b Mon Sep 17 00:00:00 2001 From: Sikkie <64414667+SikkieNL@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:00:58 +0100 Subject: [PATCH] Update chainparams.cpp --- src/chainparams.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 0843c5d63..494577df2 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -5,8 +5,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -// up to date - #include "chainparams.h" #include "consensus/merkle.h" @@ -238,7 +236,7 @@ public: vFixedSeeds.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' base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,112);