diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-11 17:51:36 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-03-11 17:46:58 +0100 |
commit | fa2a5f301aa678aa7b6be4bb7987f2bcbdaf2be2 (patch) | |
tree | 7bddcf2a369b422fd7d9870133873008d2b9196d /src/rest.cpp | |
parent | a81717443f042b28604d5b19783bc0b5591ccee5 (diff) |
rpc: Move mempool RPCs to new file
Can be reviewed with:
--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
Diffstat (limited to 'src/rest.cpp')
-rw-r--r-- | src/rest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.cpp b/src/rest.cpp index 063872b47a..d86a62030c 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -15,6 +15,7 @@ #include <primitives/block.h> #include <primitives/transaction.h> #include <rpc/blockchain.h> +#include <rpc/mempool.h> #include <rpc/protocol.h> #include <rpc/server.h> #include <rpc/server_util.h> |