Initial working base separated from top-level monero project

This commit is contained in:
Lee Clagett
2020-08-19 18:29:32 -04:00
commit a2ff89bc24
68 changed files with 11543 additions and 0 deletions

9
src/config.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "config.h"
namespace lws
{
namespace config
{
cryptonote::network_type network = cryptonote::MAINNET;
}
}