diff options
author | Marko Bencun <marko.bencun@monetas.net> | 2017-09-11 16:13:46 +0200 |
---|---|---|
committer | Marko Bencun <marko.bencun@monetas.net> | 2017-09-11 16:17:01 +0200 |
commit | 605918272cd806d0ee77a391d00360b925a5fab3 (patch) | |
tree | da5a5c406400bc339918f67c2d3cbb56a82daab5 /src/net.cpp | |
parent | 16e41844e7d6c5876d2caaeef6010656950c6ec5 (diff) |
add m_added_nodes to connman options
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net.cpp b/src/net.cpp index 587c9e5110..042bb0bb05 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1897,11 +1897,6 @@ std::vector<AddedNodeInfo> CConnman::GetAddedNodeInfo() void CConnman::ThreadOpenAddedConnections() { - { - LOCK(cs_vAddedNodes); - vAddedNodes = gArgs.GetArgs("-addnode"); - } - while (true) { CSemaphoreGrant grant(*semAddnode); |