diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-12-01 13:10:43 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-12-01 19:07:49 +1300 |
commit | 7b04a064f6e8ee9d93e5a5ad54dab20b769083f2 (patch) | |
tree | c5c70fe5bf437a4f534f64b5a3b3db23680035bb /src/Makefile.am | |
parent | aef8c7cf82cff24ddd88fab0a3c5fb93de467886 (diff) |
Introduce wallet/rpc/util
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6846eb9693..4a60ce8b90 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -283,6 +283,7 @@ BITCOIN_CORE_H = \ wallet/load.h \ wallet/receive.h \ wallet/rpcwallet.h \ + wallet/rpc/util.h \ wallet/salvage.h \ wallet/scriptpubkeyman.h \ wallet/spend.h \ @@ -410,6 +411,7 @@ libbitcoin_wallet_a_SOURCES = \ wallet/load.cpp \ wallet/receive.cpp \ wallet/rpc/signmessage.cpp \ + wallet/rpc/util.cpp \ wallet/rpcdump.cpp \ wallet/rpcwallet.cpp \ wallet/scriptpubkeyman.cpp \ |