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
2024-01-01 17:07:58 +00:00
// SPDX-FileCopyrightText: 2020-2024 The Monero Project
2021-07-02 22:04:15 +00:00
#include "constants.h"
namespace constants {
NetworkType::Type networkType = NetworkType::Type::MAINNET;
};