diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-03 16:18:24 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-03 16:20:40 +0100 |
commit | fbaf5375c35d4b029db2e22faacd5f9f56018102 (patch) | |
tree | d5ed785741bd0864121a1fb4423165fa1179b117 /src/blockchain_utilities/cn_deserialize.cpp | |
parent | Merge pull request #2159 (diff) | |
download | monero-fbaf5375c35d4b029db2e22faacd5f9f56018102.tar.xz |
cn_deserialize: move to new debug_utilities subdirectory
Diffstat (limited to '')
-rw-r--r-- | src/debug_utilities/cn_deserialize.cpp (renamed from src/blockchain_utilities/cn_deserialize.cpp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blockchain_utilities/cn_deserialize.cpp b/src/debug_utilities/cn_deserialize.cpp index b178e4e03..a1b569554 100644 --- a/src/blockchain_utilities/cn_deserialize.cpp +++ b/src/debug_utilities/cn_deserialize.cpp @@ -29,12 +29,11 @@ #include "cryptonote_basic/cryptonote_basic.h" #include "cryptonote_basic/tx_extra.h" #include "cryptonote_core/blockchain.h" -#include "blockchain_utilities.h" #include "common/command_line.h" #include "version.h" #undef MONERO_DEFAULT_LOG_CATEGORY -#define MONERO_DEFAULT_LOG_CATEGORY "bcutil" +#define MONERO_DEFAULT_LOG_CATEGORY "debugtools.deserialize" namespace po = boost::program_options; using namespace epee; |