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