Skip to content

Commit

Permalink
Remove bogus assert on number of oubound connections.
Browse files Browse the repository at this point in the history
This value can be significantly higher if the users uses addnode
  • Loading branch information
TheBlueMatt committed Oct 17, 2016
1 parent 763828d commit 1ab21cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));

// Feeler Connections
//
Expand Down

0 comments on commit 1ab21cf

Please sign in to comment.