aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 16:09:30 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:45:19 +1300
commit9ce521a61bb7db3c881fbb3534472a60985e19d6 (patch)
treeca8754f5ae34589e8cd87e7835020707a7dbc8d0 /src/Makefile.am
parent7b45f5c0591935ef195fa4a8a7bbc38c7d7c5a76 (diff)
downloadbitcoin-9ce521a61bb7db3c881fbb3534472a60985e19d6.tar.xz
MOVEONLY: Move balance and utxo RPCs to coins.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 b1483e3b3f..272848ddaa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -412,6 +412,7 @@ libbitcoin_wallet_a_SOURCES = \
wallet/receive.cpp \
wallet/rpc/addresses.cpp \
wallet/rpc/backup.cpp \
+ wallet/rpc/coins.cpp \
wallet/rpc/encrypt.cpp \
wallet/rpc/signmessage.cpp \
wallet/rpc/transactions.cpp \