mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user