aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/multisig_tests.cpp2
-rw-r--r--src/test/script_P2SH_tests.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp
index 427477edcc..91dfa39505 100644
--- a/src/test/multisig_tests.cpp
+++ b/src/test/multisig_tests.cpp
@@ -11,7 +11,7 @@
#include "uint256.h"
#ifdef ENABLE_WALLET
-#include "scriptutils.h"
+#include "wallet_ismine.h"
#endif
#include <boost/assign/std/vector.hpp>
diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp
index b1c1052de4..f99002017f 100644
--- a/src/test/script_P2SH_tests.cpp
+++ b/src/test/script_P2SH_tests.cpp
@@ -9,7 +9,7 @@
#include "script/sign.h"
#ifdef ENABLE_WALLET
-#include "scriptutils.h"
+#include "wallet_ismine.h"
#endif
#include <vector>