mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
core_rpc_server: add a getter for the testnet flag
This commit is contained in:
parent
754f863a7e
commit
d09be116c6
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ namespace cryptonote
|
|||
bool init(
|
||||
const boost::program_options::variables_map& vm
|
||||
);
|
||||
bool is_testnet() const { return m_testnet; }
|
||||
|
||||
CHAIN_HTTP_TO_MAP2(connection_context); //forward http requests to uri map
|
||||
|
||||
|
|
Loading…
Reference in a new issue