diff options
author | Jim Posen <jim.posen@gmail.com> | 2019-01-06 11:06:31 -0800 |
---|---|---|
committer | Jim Posen <jim.posen@gmail.com> | 2019-02-22 17:38:45 -0800 |
commit | 9183d6ef656c8f3ed406821b99827f9b5f047665 (patch) | |
tree | 9357c0f274c933b4515af76f1cf62a8a89da9005 /src/Makefile.am | |
parent | 62e7addb632cad77cbd5fbccbaee51c7b32505d0 (diff) |
validation: Extract basic block file logic into FlatFileSeq class.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d491530ca1..2e297d3dac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,6 +128,7 @@ BITCOIN_CORE_H = \ core_io.h \ core_memusage.h \ cuckoocache.h \ + flatfile.h \ fs.h \ httprpc.h \ httpserver.h \ @@ -247,6 +248,7 @@ libbitcoin_server_a_SOURCES = \ chain.cpp \ checkpoints.cpp \ consensus/tx_verify.cpp \ + flatfile.cpp \ httprpc.cpp \ httpserver.cpp \ index/base.cpp \ |