mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
8 lines
203 B
C++
8 lines
203 B
C++
// SPDX-License-Identifier: BSD-3-Clause
|
|
// Copyright (c) 2020-2021, The Monero Project.
|
|
|
|
#include "constants.h"
|
|
|
|
namespace constants {
|
|
NetworkType::Type networkType = NetworkType::Type::MAINNET;
|
|
};
|