diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-25 09:14:14 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-25 09:14:36 +0200 |
commit | 208bf5b9e0a86900bddf5722dc192c3262480e36 (patch) | |
tree | b70a86a5daf38ff1846a58340aefb27779d693e0 /src/Makefile.am | |
parent | 27383b9015e204ac834d5df00737fe23bb042bc4 (diff) | |
parent | fd704c7b2c5ab8b24b1829f000b829d7156b8b3c (diff) |
Merge pull request #3839
fd704c7 move pow constants to chainparams (jtimon)
df852d2 Refactor proof of work related functions out of main (jtimon)
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 5ecded442c..7e7fa0c3ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,6 +71,7 @@ BITCOIN_CORE_H = \ netbase.h \ net.h \ noui.h \ + pow.h \ protocol.h \ rpcclient.h \ rpcprotocol.h \ @@ -121,6 +122,7 @@ libbitcoin_server_a_SOURCES = \ miner.cpp \ net.cpp \ noui.cpp \ + pow.cpp \ rpcblockchain.cpp \ rpcmining.cpp \ rpcmisc.cpp \ |