mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add testnet flag
Source: cryptonotefoundation
This commit is contained in:
parent
32004a756c
commit
07470fd400
15 changed files with 137 additions and 52 deletions
|
@ -112,7 +112,7 @@ int main(int argc, char* argv[])
|
|||
//initialize objects
|
||||
|
||||
LOG_PRINT_L0("Initializing p2p server...");
|
||||
bool res = p2psrv.init(vm);
|
||||
bool res = p2psrv.init(vm, false);
|
||||
CHECK_AND_ASSERT_MES(res, 1, "Failed to initialize p2p server.");
|
||||
LOG_PRINT_L0("P2p server initialized OK");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue