feather/src/constants.cpp
2024-01-01 18:07:58 +01:00

8 lines
211 B
C++

// SPDX-License-Identifier: BSD-3-Clause
// SPDX-FileCopyrightText: 2020-2024 The Monero Project
#include "constants.h"
namespace constants {
NetworkType::Type networkType = NetworkType::Type::MAINNET;
};