aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-24 13:52:57 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-03 17:26:27 +0200
commita60120e951ae94d0553c5515229432e016fb0657 (patch)
treeb5effd9a68611539c5358d66d4dd95bf743fedf9 /src/Makefile.am
parent6278bd57c662e29b07df9db50c47095c0bb44a82 (diff)
downloadbitcoin-a60120e951ae94d0553c5515229432e016fb0657.tar.xz
Add built-in seeds for .onion
This makes it possible for a node with `-onlynet=tor` to bootstrap itself. It also adds the base infrastructure for adding IPv6 seed nodes. Also represent IPv4 fixed seed addresses in 16-byte format.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2d84eeba1c..727a88c3e7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,6 +72,7 @@ BITCOIN_CORE_H = \
bloom.h \
chainparams.h \
chainparamsbase.h \
+ chainparamsseeds.h \
checkpoints.h \
checkqueue.h \
clientversion.h \