aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/ismine_tests.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-08 10:45:06 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commit145f36ec81e79d2e391847520364c2420ef0e0e8 (patch)
treeea52e6f46958a2fa8aea5ef87a16216639df8cb0 /src/wallet/test/ismine_tests.cpp
parent86ea8bed5473f400f7a93fcc455393a574a2f319 (diff)
downloadbitcoin-145f36ec81e79d2e391847520364c2420ef0e0e8.tar.xz
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
TaprootSpendData and TaprootBuilder are used in signing in SigningProvider contexts, so they should live near that.
Diffstat (limited to 'src/wallet/test/ismine_tests.cpp')
-rw-r--r--src/wallet/test/ismine_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/test/ismine_tests.cpp b/src/wallet/test/ismine_tests.cpp
index fd0718fbb9..8fdfaf946e 100644
--- a/src/wallet/test/ismine_tests.cpp
+++ b/src/wallet/test/ismine_tests.cpp
@@ -6,6 +6,7 @@
#include <key_io.h>
#include <node/context.h>
#include <script/script.h>
+#include <script/signingprovider.h>
#include <script/standard.h>
#include <test/util/setup_common.h>
#include <wallet/types.h>