We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78059cd commit 630fcdfCopy full SHA for 630fcdf
src/main/java/org/tron/common/overlay/server/SyncPool.java
@@ -221,10 +221,6 @@ public boolean test(NodeHandler handler) {
221
return false;
222
}
223
224
- if (handler.getNodeStatistics().getReputation() >= NodeStatistics.REPUTATION_PREDEFINED) {
225
- return true;
226
- }
227
-
228
InetAddress inetAddress = handler.getInetSocketAddress().getAddress();
229
if (channelManager.getRecentlyDisconnected().getIfPresent(inetAddress) != null) {
230
0 commit comments