diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:20:40 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:20:41 +0200 |
| commit | d1b31c0f45168b1481f64a97653fd7fd8b95c661 (patch) | |
| tree | 40066ffa7c7afb28907291c93863d8cfdb14920c /tests/difficulty/difficulty.cpp | |
| parent | 99ee3fd17ea39122c3388a5c3024425548d04f4d (diff) | |
| parent | 8027ce0c75f882de0523e668defa0bc3c8564e96 (diff) | |
| download | monzero-core-d1b31c0f45168b1481f64a97653fd7fd8b95c661.tar.gz monzero-core-d1b31c0f45168b1481f64a97653fd7fd8b95c661.tar.xz monzero-core-d1b31c0f45168b1481f64a97653fd7fd8b95c661.zip | |
Merge pull request #1626
8027ce0c extract some basic code from libcryptonote_core into libcryptonote_basic (kenshi84)
Diffstat (limited to 'tests/difficulty/difficulty.cpp')
| -rw-r--r-- | tests/difficulty/difficulty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/difficulty/difficulty.cpp b/tests/difficulty/difficulty.cpp index edfce46ab..d4c8e94c8 100644 --- a/tests/difficulty/difficulty.cpp +++ b/tests/difficulty/difficulty.cpp @@ -36,7 +36,7 @@ #include <algorithm> #include "cryptonote_config.h" -#include "cryptonote_core/difficulty.h" +#include "cryptonote_basic/difficulty.h" using namespace std; |
