forked from such-gitea/wownero-lws
10 lines
118 B
C++
10 lines
118 B
C++
#include "config.h"
|
|
|
|
namespace lws
|
|
{
|
|
namespace config
|
|
{
|
|
cryptonote::network_type network = cryptonote::MAINNET;
|
|
}
|
|
}
|