Skip to content

Commit baf8b81

Browse files
committed
Fix no-wallet build
1 parent 2a7a5c6 commit baf8b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/llmq/quorums_instantsend.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
#include "scheduler.h"
1616
#include "spork.h"
1717
#include "validation.h"
18+
19+
#ifdef ENABLE_WALLET
1820
#include "wallet/wallet.h"
21+
#endif
1922

2023
// needed for nCompleteTXLocks
2124
#include "instantx.h"

0 commit comments

Comments
 (0)