mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
refactor: move client-side CoinJoin out of server
This commit is contained in:
parent
66884d9100
commit
a477cdbfce
@ -403,11 +403,9 @@ libbitcoin_server_a_SOURCES = \
|
||||
blockencodings.cpp \
|
||||
blockfilter.cpp \
|
||||
chain.cpp \
|
||||
coinjoin/client.cpp \
|
||||
coinjoin/coinjoin.cpp \
|
||||
coinjoin/context.cpp \
|
||||
coinjoin/server.cpp \
|
||||
coinjoin/util.cpp \
|
||||
consensus/tx_verify.cpp \
|
||||
dbwrapper.cpp \
|
||||
deploymentstatus.cpp \
|
||||
@ -529,7 +527,9 @@ endif
|
||||
libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(SQLITE_CFLAGS)
|
||||
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||
libbitcoin_wallet_a_SOURCES = \
|
||||
coinjoin/client.cpp \
|
||||
coinjoin/interfaces.cpp \
|
||||
coinjoin/util.cpp \
|
||||
hdchain.cpp \
|
||||
wallet/coincontrol.cpp \
|
||||
wallet/context.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user