modified: src/chainparamsseeds.h
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
SikkieNL 2025-01-01 14:37:18 +01:00
parent 20f11f890d
commit f7d7ea6c2a

View File

@ -8,8 +8,10 @@
* 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,0x59,0xfa,0x49,0x58}, 1428}
};
static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x59,0xfa,0x49,0x59}, 11428}
};
#endif // NEOBYTES_CHAINPARAMSSEEDS_H