rpc: Move fee estimation RPCs to separate file

Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
This commit is contained in:
MacroFake
2022-04-29 15:37:25 +02:00
parent 26296eba3d
commit fa753abd7c
5 changed files with 242 additions and 203 deletions

View File

@@ -379,6 +379,7 @@ libbitcoin_node_a_SOURCES = \
pow.cpp \
rest.cpp \
rpc/blockchain.cpp \
rpc/fees.cpp \
rpc/mempool.cpp \
rpc/mining.cpp \
rpc/misc.cpp \