Merge 28fd0bc731 into merged_master (Bitcoin PR bitcoin/bitcoin#31365)

This commit is contained in:
ivanlele 2026-04-06 11:03:25 +00:00
commit 7477d69559
No known key found for this signature in database

View file

@ -290,7 +290,7 @@ extern const HashWriter HASHER_TAPLEAF_ELEMENTS; //!< Hasher with tag "TapLea
extern const HashWriter HASHER_TAPBRANCH_ELEMENTS; //!< Hasher with tag "TapBranch" pre-fed to it.
template <class T>
uint256 SignatureHash(const CScript& scriptCode, const T& txTo, unsigned int nIn, int nHashType, const CConfidentialValue& amount, SigVersion sigversion, unsigned int flags, const PrecomputedTransactionData* cache = nullptr);
uint256 SignatureHash(const CScript& scriptCode, const T& txTo, unsigned int nIn, int32_t nHashType, const CConfidentialValue& amount, SigVersion sigversion, unsigned int flags, const PrecomputedTransactionData* cache = nullptr);
class BaseSignatureChecker
{