mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fix no-wallet build
This commit is contained in:
parent
2a7a5c6338
commit
baf8b81c4a
@ -15,7 +15,10 @@
|
|||||||
#include "scheduler.h"
|
#include "scheduler.h"
|
||||||
#include "spork.h"
|
#include "spork.h"
|
||||||
#include "validation.h"
|
#include "validation.h"
|
||||||
|
|
||||||
|
#ifdef ENABLE_WALLET
|
||||||
#include "wallet/wallet.h"
|
#include "wallet/wallet.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// needed for nCompleteTXLocks
|
// needed for nCompleteTXLocks
|
||||||
#include "instantx.h"
|
#include "instantx.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user