diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-10 17:35:59 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-25 21:16:26 +0100 |
| commit | 5d65a75b69e0e83e69384461f26111666d6bf9ae (patch) | |
| tree | 9205cb60d67464ca5bfc299e8d658bfd4e6e21ae /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 85f4b600d26ed71c9a303828ea966547f5296492 (diff) | |
| download | monzero-core-5d65a75b69e0e83e69384461f26111666d6bf9ae.tar.gz monzero-core-5d65a75b69e0e83e69384461f26111666d6bf9ae.tar.xz monzero-core-5d65a75b69e0e83e69384461f26111666d6bf9ae.zip | |
move checkpoints in a separate library
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 7c6dc7153..2de084d7e 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -45,7 +45,7 @@ using namespace epee; #include "misc_language.h" #include <csignal> #include <p2p/net_node.h> -#include "cryptonote_basic/checkpoints.h" +#include "checkpoints/checkpoints.h" #include "ringct/rctTypes.h" #include "blockchain_db/blockchain_db.h" #include "ringct/rctSigs.h" |
