Move CScriptID to script.{h/cpp}

CScriptID should be next to CScript just as CKeyID is next to CPubKey
This commit is contained in:
Andrew Chow
2023-08-08 10:39:01 -04:00
parent b81ebff0d9
commit 86ea8bed54
16 changed files with 26 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
#include <consensus/amount.h>
#include <interfaces/chain.h> // For ChainClient
#include <pubkey.h> // For CKeyID and CScriptID (definitions needed in CTxDestination instantiation)
#include <script/script.h>
#include <script/standard.h> // For CTxDestination
#include <support/allocators/secure.h> // For SecureString
#include <util/fs.h>