mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
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