Skip to content

Commit

Permalink
removed inactive nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
neetpill committed Apr 28, 2016
1 parent b4f5fd7 commit 03a9d28
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ public static boolean supportsIrcDiscovery() {

//net.cpp strDNSSeed
static public String[] dnsSeeds = new String[] {
"185.5.53.132",
"seed.sicanet.net",
"seed.freico.in",
"seed.mainnet.freicoin.pw",
"seed.sicanet.net"
};

public static int minBroadcastConnections = 1; //0 for default; we need more peers.
Expand Down

0 comments on commit 03a9d28

Please sign in to comment.