Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}

TaprootSpendData and TaprootBuilder are used in signing in
SigningProvider contexts, so they should live near that.
This commit is contained in:
Andrew Chow
2023-08-08 10:45:06 -04:00
parent 86ea8bed54
commit 145f36ec81
8 changed files with 431 additions and 427 deletions

View File

@@ -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>