From 81690ed3d710df001203dbb84a4701ec11cb8410 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Wed, 22 Dec 2021 23:40:51 +0300 Subject: [PATCH] We already have WSA init calls in init.cpp --- src/bitcoinrpc.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 2450ca4..7a5b92a 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -480,9 +480,6 @@ static CCriticalSection cs_THREAD_RPCHANDLER; void StartRPCServer() { - // Init net subsystem - ix::initNetSystem(); - strRPCUserColonPass = mapArgs["-rpcuser"] + ":" + mapArgs["-rpcpassword"]; if (mapArgs["-rpcpassword"].empty()) { -- 1.7.1