mempool: move LoadMempool/DumpMempool to node

This commit is contained in:
Cory Fields
2024-06-26 18:58:46 +00:00
parent 6d242ff1e9
commit f1478c0545
6 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <kernel/mempool_persist.h>
#include <node/mempool_persist.h>
#include <node/mempool_args.h>
#include <node/mempool_persist_args.h>
@@ -21,8 +21,8 @@
#include <cstdint>
#include <vector>
using kernel::DumpMempool;
using kernel::LoadMempool;
using node::DumpMempool;
using node::LoadMempool;
using node::MempoolPath;