]> Git Repo - VerusCoin.git/blob - src/chainparamsseeds.h
Auto merge of #929 - bitcartel:zc.v0.11.2.z2_fix_717, r=ebfull
[VerusCoin.git] / src / chainparamsseeds.h
1 #ifndef BITCOIN_CHAINPARAMSSEEDS_H
2 #define BITCOIN_CHAINPARAMSSEEDS_H
3 /**
4  * List of fixed seed nodes for the bitcoin network
5  * AUTOGENERATED by contrib/seeds/generate-seeds.py
6  *
7  * Each line contains a 16-byte IPv6 address and a port.
8  * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
9  */
10 static SeedSpec6 pnSeed6_main[] = {
11 };
12
13 static SeedSpec6 pnSeed6_test[] = {
14 };
15 #endif // BITCOIN_CHAINPARAMSSEEDS_H
This page took 0.024603 seconds and 4 git commands to generate.