diff options
| author | kenshi84 <kenshi84@protonmail.ch> | 2017-01-27 00:07:23 +0900 |
|---|---|---|
| committer | kenshi84 <kenshi84@protonmail.ch> | 2017-02-08 22:45:15 +0900 |
| commit | 8027ce0c75f882de0523e668defa0bc3c8564e96 (patch) | |
| tree | 40066ffa7c7afb28907291c93863d8cfdb14920c /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 99ee3fd17ea39122c3388a5c3024425548d04f4d (diff) | |
| download | monzero-core-8027ce0c75f882de0523e668defa0bc3c8564e96.tar.gz monzero-core-8027ce0c75f882de0523e668defa0bc3c8564e96.tar.xz monzero-core-8027ce0c75f882de0523e668defa0bc3c8564e96.zip | |
extract some basic code from libcryptonote_core into libcryptonote_basic
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 900dc58ba..b940dba3c 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -38,11 +38,11 @@ using namespace epee; #include "warnings.h" #include "crypto/crypto.h" #include "cryptonote_config.h" -#include "cryptonote_format_utils.h" +#include "cryptonote_tx_utils.h" #include "misc_language.h" #include <csignal> #include <p2p/net_node.h> -#include "cryptonote_core/checkpoints.h" +#include "cryptonote_basic/checkpoints.h" #include "ringct/rctTypes.h" #include "blockchain_db/blockchain_db.h" #include "blockchain_db/lmdb/db_lmdb.h" |
