Skip to content

Commit

Permalink
removed bugs
Browse files Browse the repository at this point in the history
bugs
  • Loading branch information
spayse committed Jun 10, 2017
1 parent dedf60d commit 21f1e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Expand Up @@ -7,6 +7,8 @@

#include "chainparams.h"
#include "main.h"
#include "util.h"

#include <boost/assign/list_of.hpp>

using namespace boost::assign;
Expand Down
6 changes: 1 addition & 5 deletions src/chainparamsseeds.h
Expand Up @@ -5,10 +5,7 @@

// Each line contains a 16-byte IPv6 address and a port.
// IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
static SeedSpec6 pnSeed6_main[] = {

{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc2,0x87,0x58,0x49}, 28881},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc2,0x87,0x55,0x2d}, 28881}
static SeedSpec6 pnSeed6_main[] = {
};


Expand All @@ -17,4 +14,3 @@ static SeedSpec6 pnSeed6_test[] = {

};
#endif

0 comments on commit 21f1e5c

Please sign in to comment.