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