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

@@ -5,6 +5,7 @@
#include <psbt.h>
#include <policy/policy.h>
#include <script/signingprovider.h>
#include <util/check.h>
#include <util/strencodings.h>