diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-05-13 16:54:13 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-05-13 17:10:02 +0200 |
| commit | 2cc1372190c01bc6aae70f94fcc3b81ae4f7aba3 (patch) | |
| tree | d49994f9f96459811c7b1cacc0cc0b301aedc55b /src/Makefile.am | |
| parent | Merge pull request #6123 (diff) | |
| parent | Create new BlockPolicyEstimator for fee estimates (diff) | |
| download | discoin-2cc1372190c01bc6aae70f94fcc3b81ae4f7aba3.tar.xz discoin-2cc1372190c01bc6aae70f94fcc3b81ae4f7aba3.zip | |
Merge pull request #5159
b649e03 Create new BlockPolicyEstimator for fee estimates (Alex Morcos)
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 72d79619b..fc8050a4a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,6 +106,7 @@ BITCOIN_CORE_H = \ netbase.h \ net.h \ noui.h \ + policy/fees.h \ pow.h \ primitives/block.h \ primitives/transaction.h \ @@ -182,6 +183,7 @@ libbitcoin_server_a_SOURCES = \ miner.cpp \ net.cpp \ noui.cpp \ + policy/fees.cpp \ pow.cpp \ rest.cpp \ rpcblockchain.cpp \ |