mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 22:58:13 +01:00
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:
@@ -5,6 +5,7 @@
|
||||
#include <psbt.h>
|
||||
|
||||
#include <policy/policy.h>
|
||||
#include <script/signingprovider.h>
|
||||
#include <util/check.h>
|
||||
#include <util/strencodings.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user