mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge c95784e3d3 into merged_master (Bitcoin PR #20016)
This commit is contained in:
commit
07d50b2951
8 changed files with 21 additions and 19 deletions
|
|
@ -1778,7 +1778,7 @@ uint256 SignatureHash(const CScript& scriptCode, const T& txTo, unsigned int nIn
|
|||
if ((nHashType & 0x1f) == SIGHASH_SINGLE) {
|
||||
if (nIn >= txTo.vout.size()) {
|
||||
// nOut out of range
|
||||
return UINT256_ONE();
|
||||
return uint256::ONE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue