From 593b03f2e2f909bbdfed6df50591cb5cedb04d55 Mon Sep 17 00:00:00 2001 From: Just Wonder Date: Tue, 5 Nov 2019 14:49:37 -0800 Subject: [PATCH] Fixed no-wallet build. --- .gitignore | 3 +++ src/rpc/rpckeva_nonwallet.cpp | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 447f4050f..6515b5531 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ src/qt/bitcoin-qt.creator.user src/qt/bitcoin-qt.files src/qt/bitcoin-qt.includes + +db4 + .deps .dirstamp .libs diff --git a/src/rpc/rpckeva_nonwallet.cpp b/src/rpc/rpckeva_nonwallet.cpp index cc8553fba..7ce9ac0e3 100644 --- a/src/rpc/rpckeva_nonwallet.cpp +++ b/src/rpc/rpckeva_nonwallet.cpp @@ -20,8 +20,7 @@ #include "txmempool.h" #include "util.h" #include "validation.h" -#include "wallet/coincontrol.h" -#include "wallet/wallet.h" +#include "utilstrencodings.h" #include #include