diff options
author | jtimon <jtimon@monetize.io> | 2014-03-10 08:46:53 -0700 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-06-23 23:10:24 +0200 |
commit | df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch) | |
tree | f8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/test | |
parent | 36db6633c314b0f41aeee856f74a8d5d59334dbb (diff) |
Refactor proof of work related functions out of main
Diffstat (limited to 'src/test')
-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 3a45844411..d512053051 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" |