mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
partial bitcoin#15638: Pull wallet code out of libbitcoin_server
Contains only patch applied on src/Makefile.am from 9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c needed to fix builds
This commit is contained in:
parent
76e652aac7
commit
6741d9837a
@ -407,6 +407,9 @@ libdash_server_a_SOURCES = \
|
||||
versionbits.cpp \
|
||||
$(BITCOIN_CORE_H)
|
||||
|
||||
if ENABLE_WALLET
|
||||
libdash_server_a_SOURCES += wallet/init.cpp
|
||||
endif
|
||||
if !ENABLE_WALLET
|
||||
libdash_server_a_SOURCES += dummywallet.cpp
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user