Fix no-wallet build

This commit is contained in:
Alexander Block 2019-03-01 15:27:51 +01:00
parent 2a7a5c6338
commit baf8b81c4a

View File

@ -15,7 +15,10 @@
#include "scheduler.h"
#include "spork.h"
#include "validation.h"
#ifdef ENABLE_WALLET
#include "wallet/wallet.h"
#endif
// needed for nCompleteTXLocks
#include "instantx.h"