aboutsummaryrefslogtreecommitdiff
path: root/src/chainparamsseeds.h
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-10-25 17:24:16 +0800
committerMichael Ford <fanquake@gmail.com>2014-10-25 17:24:16 +0800
commitf2e03ffae92ec1333c0eb724835ad56138f54716 (patch)
treee9b046adeb7946b691981f804e423f758a4d030d /src/chainparamsseeds.h
parent2fdc3351d72af2ad26280cd0ca07c2ae4080db55 (diff)
downloadbitcoin-f2e03ffae92ec1333c0eb724835ad56138f54716.tar.xz
Update comments in chainparams to be doxygen compatible
Diffstat (limited to 'src/chainparamsseeds.h')
-rw-r--r--src/chainparamsseeds.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/chainparamsseeds.h b/src/chainparamsseeds.h
index 3f3278361e..c3323c48bd 100644
--- a/src/chainparamsseeds.h
+++ b/src/chainparamsseeds.h
@@ -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},