Fix stagnet/testnet mode

This commit is contained in:
tobtoht 2021-07-03 00:04:15 +02:00
parent f005e4643b
commit 3442c4fc69
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 9 additions and 2 deletions

8
src/constants.cpp Normal file
View file

@ -0,0 +1,8 @@
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2020-2021, The Monero Project.
#include "constants.h"
namespace constants {
NetworkType::Type networkType = NetworkType::Type::MAINNET;
};

View file

@ -11,8 +11,7 @@
namespace constants
{
// application constants
static NetworkType::Type networkType; // TODO: compiler moans, also not really a const
extern NetworkType::Type networkType; // TODO: not really a const
// coin constants
const std::string coinName = "monero";