Update comments in chainparams to be doxygen compatible
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#ifndef H_CHAINPARAMSSEEDS
|
||||
#define H_CHAINPARAMSSEEDS
|
||||
// List of fixed seed nodes for the bitcoin network
|
||||
// AUTOGENERATED by contrib/devtools/generate-seeds.py
|
||||
|
||||
// Each line contains a 16-byte IPv6 address and a port.
|
||||
// IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
|
||||
/**
|
||||
* List of fixed seed nodes for the bitcoin network
|
||||
* AUTOGENERATED by contrib/devtools/generate-seeds.py
|
||||
*
|
||||
* 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,0x2e,0x69,0x6a,0x7e}, 8333},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xd1,0x04,0x7d}, 8333},
|
||||
|
||||
Reference in New Issue
Block a user