feather/src/constants.cpp

9 lines
211 B
C++
Raw Normal View History

2021-07-02 22:04:15 +00:00
// SPDX-License-Identifier: BSD-3-Clause
2022-02-10 10:26:41 +00:00
// SPDX-FileCopyrightText: 2020-2022 The Monero Project
2021-07-02 22:04:15 +00:00
#include "constants.h"
namespace constants {
NetworkType::Type networkType = NetworkType::Type::MAINNET;
};