mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-03 17:29:25 +00:00
10 lines
118 B
C++
10 lines
118 B
C++
|
#include "config.h"
|
||
|
|
||
|
namespace lws
|
||
|
{
|
||
|
namespace config
|
||
|
{
|
||
|
cryptonote::network_type network = cryptonote::MAINNET;
|
||
|
}
|
||
|
}
|