feather/src/constants.cpp

9 lines
203 B
C++
Raw Normal View History

2021-07-02 22:04:15 +00:00
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2020-2021, The Monero Project.
#include "constants.h"
namespace constants {
NetworkType::Type networkType = NetworkType::Type::MAINNET;
};