diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-25 16:41:35 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-25 16:41:35 +0000 |
| commit | 12adb4a3f3ce7b3a9263ba187589a086f1b2fa54 (patch) | |
| tree | 6036997b784f86b5496a0275871b77b13474f18d /tests/unit_tests/hardfork.cpp | |
| parent | beee286c7b08308f3193e7d2cb8d66f0e689da28 (diff) | |
| download | monzero-core-12adb4a3f3ce7b3a9263ba187589a086f1b2fa54.tar.gz monzero-core-12adb4a3f3ce7b3a9263ba187589a086f1b2fa54.tar.xz monzero-core-12adb4a3f3ce7b3a9263ba187589a086f1b2fa54.zip | |
core: move hardfork back to cryptonote_core
should fix a cross dependency betewen cryptonote_basic and
blockchain_db
Diffstat (limited to 'tests/unit_tests/hardfork.cpp')
| -rw-r--r-- | tests/unit_tests/hardfork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index 08c4276c8..512216ded 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -33,7 +33,7 @@ #include "blockchain_db/lmdb/db_lmdb.h" #include "cryptonote_basic/cryptonote_format_utils.h" -#include "cryptonote_basic/hardfork.h" +#include "cryptonote_core/hardfork.h" using namespace cryptonote; |
