feather/src/constants.cpp
2023-01-02 20:31:22 +01:00

8 lines
211 B
C++

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