diff options
author | Andrew Chow <github@achow101.com> | 2023-08-08 10:45:06 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-08-14 17:38:27 -0400 |
commit | 145f36ec81e79d2e391847520364c2420ef0e0e8 (patch) | |
tree | ea52e6f46958a2fa8aea5ef87a16216639df8cb0 /src/wallet | |
parent | 86ea8bed5473f400f7a93fcc455393a574a2f319 (diff) |
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')
-rw-r--r-- | src/wallet/test/ismine_tests.cpp | 1 |
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> |