Skip to content

Commit

Permalink
Fix no-wallet build
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 7, 2019
1 parent 2a7a5c6 commit baf8b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/llmq/quorums_instantsend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit baf8b81

Please sign in to comment.