mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 17:27:39 +00:00
9 lines
118 B
C++
9 lines
118 B
C++
#include "config.h"
|
|
|
|
namespace lws
|
|
{
|
|
namespace config
|
|
{
|
|
cryptonote::network_type network = cryptonote::MAINNET;
|
|
}
|
|
}
|