Skip to content

Commit

Permalink
Update chainparamsseeds.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomingwei committed Apr 21, 2024
1 parent 3376616 commit 69e54a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* 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,0x2f,0x65,0xb0,0x44}, 7332}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2f,0x65,0xb0,0x44}, 7332},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2f,0xed,0x18,0xe3}, 7332}
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit 69e54a1

Please sign in to comment.