mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 28fd0bc731 into merged_master (Bitcoin PR bitcoin/bitcoin#31365)
This commit is contained in:
commit
7477d69559
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue