From baf8b81c4a78b19995bd2942de9a5d88bb25dd8d Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Fri, 1 Mar 2019 15:27:51 +0100 Subject: [PATCH] Fix no-wallet build --- src/llmq/quorums_instantsend.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/llmq/quorums_instantsend.cpp b/src/llmq/quorums_instantsend.cpp index 737c22b29a10b..db84906752688 100644 --- a/src/llmq/quorums_instantsend.cpp +++ b/src/llmq/quorums_instantsend.cpp @@ -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"