monero-lws/src/config.cpp

9 lines
118 B
C++

#include "config.h"
namespace lws
{
namespace config
{
cryptonote::network_type network = cryptonote::MAINNET;
}
}