diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-02-03 19:23:22 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-06-05 23:14:34 +0000 |
commit | 9a5a1d7d452eff242be1bfe155a30c1f05b2d5a4 (patch) | |
tree | 227405115d3b6f542090b9d1d88ea78d1eedf42f /src/Makefile.am | |
parent | 23b0fe34f526693985099d9160806d00d48a9ecd (diff) |
RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ae2eb29c94..199d60b725 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -198,6 +198,7 @@ libbitcoin_server_a_SOURCES = \ noui.cpp \ policy/fees.cpp \ policy/policy.cpp \ + policy/rbf.cpp \ pow.cpp \ rest.cpp \ rpc/blockchain.cpp \ @@ -240,7 +241,6 @@ libbitcoin_wallet_a_SOURCES = \ wallet/rpcwallet.cpp \ wallet/wallet.cpp \ wallet/walletdb.cpp \ - policy/rbf.cpp \ $(BITCOIN_CORE_H) # crypto primitives library |