diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-25 09:14:14 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-25 09:14:36 +0200 |
| commit | 208bf5b9e0a86900bddf5722dc192c3262480e36 (patch) | |
| tree | b70a86a5daf38ff1846a58340aefb27779d693e0 /src/rpcmining.cpp | |
| parent | Merge pull request #4390 (diff) | |
| parent | move pow constants to chainparams (diff) | |
| download | discoin-208bf5b9e0a86900bddf5722dc192c3262480e36.tar.xz discoin-208bf5b9e0a86900bddf5722dc192c3262480e36.zip | |
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/rpcmining.cpp')
| -rw-r--r-- | src/rpcmining.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index a1410f0e4..f60070eb5 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -9,6 +9,7 @@ #include "net.h" #include "main.h" #include "miner.h" +#include "pow.h" #ifdef ENABLE_WALLET #include "db.h" #include "wallet.h" |