mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
parent
4babd08137
commit
65adc3a893
@ -276,7 +276,6 @@ BITCOIN_QT_CPP = \
|
||||
qvalidatedlineedit.cpp \
|
||||
qvaluecombobox.cpp \
|
||||
rpcconsole.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
splashscreen.cpp \
|
||||
trafficgraphwidget.cpp \
|
||||
utilitydialog.cpp
|
||||
@ -298,6 +297,7 @@ BITCOIN_QT_CPP += \
|
||||
recentrequeststablemodel.cpp \
|
||||
sendcoinsdialog.cpp \
|
||||
sendcoinsentry.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
transactiondesc.cpp \
|
||||
transactiondescdialog.cpp \
|
||||
transactionfilterproxy.cpp \
|
||||
|
@ -25,7 +25,9 @@
|
||||
#include "rpcserver.h"
|
||||
#include "ui_interface.h"
|
||||
#include "util.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user