diff options
| author | Andrew Chow <[email protected]> | 2020-02-10 19:50:56 -0500 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-03-09 11:16:17 -0400 |
| commit | 3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f (patch) | |
| tree | 4a4f77dfab8fa0209237a259293ccc545c2f5037 /src/Makefile.am | |
| parent | Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw... (diff) | |
| download | discoin-3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f.tar.xz discoin-3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f.zip | |
Move FillPSBT to be a member of CWallet
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index abd3bb881..6fc6d5b5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -241,7 +241,6 @@ BITCOIN_CORE_H = \ wallet/fees.h \ wallet/ismine.h \ wallet/load.h \ - wallet/psbtwallet.h \ wallet/rpcwallet.h \ wallet/scriptpubkeyman.h \ wallet/wallet.h \ @@ -349,7 +348,6 @@ libbitcoin_wallet_a_SOURCES = \ wallet/feebumper.cpp \ wallet/fees.cpp \ wallet/load.cpp \ - wallet/psbtwallet.cpp \ wallet/rpcdump.cpp \ wallet/rpcwallet.cpp \ wallet/scriptpubkeyman.cpp \ |