forked from such-gitea/wownero-lws
Initial working base separated from top-level monero project
This commit is contained in:
9
src/config.cpp
Normal file
9
src/config.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "config.h"
|
||||
|
||||
namespace lws
|
||||
{
|
||||
namespace config
|
||||
{
|
||||
cryptonote::network_type network = cryptonote::MAINNET;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user