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

@@ -9,6 +9,7 @@
#include <pubkey.h>
#include <script/miniscript.h>
#include <script/script.h>
#include <script/signingprovider.h>
#include <script/standard.h>
#include <uint256.h>