mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 05:14:26 +01:00
Merge with upstream
This commit is contained in:
@@ -246,8 +246,8 @@ int main(int argc, char* argv[])
|
||||
CHECK_AND_ASSERT_MES(res, 1, "Failed to initialize protocol.");
|
||||
LOG_PRINT_L0("Protocol initialized OK");
|
||||
|
||||
// LOG_PRINT_L0("Initializing core IPC server...");
|
||||
// IPC::Daemon::init(&ccore, &p2psrv);
|
||||
LOG_PRINT_L0("Initializing core IPC server...");
|
||||
IPC::Daemon::init(&ccore, &p2psrv);
|
||||
LOG_PRINT_L0("Initializing core RPC server...");
|
||||
RPC::Daemon::init(&ccore, &p2psrv, testnet_mode);
|
||||
std::string ip_address, port;
|
||||
|
||||
Reference in New Issue
Block a user