aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-03-16 12:06:15 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-03-17 08:42:14 +0100
commitfa2d176016683eac82dabfbfc276b8a7b07b7499 (patch)
treee0911bfe022cd05f7f4be7062d087a95d4d9172e /src/Makefile.am
parentbf2c0fb2a26432762bf98e19a98e252b7bdd7d30 (diff)
downloadbitcoin-fa2d176016683eac82dabfbfc276b8a7b07b7499.tar.xz
Move txoutproof RPCs to txoutproof.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e940736b71..af6bcaf4d7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -378,6 +378,7 @@ libbitcoin_node_a_SOURCES = \
rpc/rawtransaction.cpp \
rpc/server.cpp \
rpc/server_util.cpp \
+ rpc/txoutproof.cpp \
script/sigcache.cpp \
shutdown.cpp \
signet.cpp \