diff options
| author | Karl-Johan Alm <[email protected]> | 2018-07-17 14:26:35 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2018-07-24 15:05:37 +0900 |
| commit | bb629cb9dc567cc819724d9f4852652926e60cbf (patch) | |
| tree | d73ac0990b2f6def9b8b471158d1a8f3913323bd /src/Makefile.am | |
| parent | wallet: Add input bytes to CInputCoin (diff) | |
| download | discoin-bb629cb9dc567cc819724d9f4852652926e60cbf.tar.xz discoin-bb629cb9dc567cc819724d9f4852652926e60cbf.zip | |
Add -avoidpartialspends and m_avoid_partial_spends
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2603dbae5..60ecf07a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -274,6 +274,7 @@ libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) libbitcoin_wallet_a_SOURCES = \ interfaces/wallet.cpp \ + wallet/coincontrol.cpp \ wallet/crypter.cpp \ wallet/db.cpp \ wallet/feebumper.cpp \ |