diff options
author | jeffro256 <jeffro256@tutanota.com> | 2023-06-30 14:52:43 -0500 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-07-01 07:12:53 -0500 |
commit | ffbf9f4766945f33b80366c414a5721ce90e5a2e (patch) | |
tree | ad1a816d0dde18062afaad3357e88ef0d062375a /src/blockchain_utilities/blockchain_stats.cpp | |
parent | Avoid nullptr dereference when constructing Blockchain and tx_memory_pool (diff) | |
download | monero-ffbf9f4766945f33b80366c414a5721ce90e5a2e.tar.xz |
blockchain_and_pool: move to crytonote_core and enforce its usage
Diffstat (limited to '')
-rw-r--r-- | src/blockchain_utilities/blockchain_stats.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blockchain_utilities/blockchain_stats.cpp b/src/blockchain_utilities/blockchain_stats.cpp index c2fae4039..f65054fc5 100644 --- a/src/blockchain_utilities/blockchain_stats.cpp +++ b/src/blockchain_utilities/blockchain_stats.cpp @@ -31,10 +31,7 @@ #include "common/command_line.h" #include "common/varint.h" #include "cryptonote_basic/cryptonote_boost_serialization.h" -#include "blockchain_and_pool.h" -#include "cryptonote_core/tx_pool.h" #include "cryptonote_core/cryptonote_core.h" -#include "cryptonote_core/blockchain.h" #include "blockchain_db/blockchain_db.h" #include "version.h" |