diff options
| author | jtimon <[email protected]> | 2014-03-10 08:46:53 -0700 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-06-23 23:10:24 +0200 |
| commit | df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch) | |
| tree | f8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/test/DoS_tests.cpp | |
| parent | Merge pull request #4395 (diff) | |
| download | discoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.tar.xz discoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.zip | |
Refactor proof of work related functions out of main
Diffstat (limited to 'src/test/DoS_tests.cpp')
| -rw-r--r-- | src/test/DoS_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index 3a4584441..d51205305 100644 --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -11,6 +11,7 @@ #include "keystore.h" #include "main.h" #include "net.h" +#include "pow.h" #include "script.h" #include "serialize.h" |