mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
8 lines
211 B
C++
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;
|
|
};
|