mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-06 15:23:10 +01:00
Merge branch '0.4.x' into 0.5.x
Conflicts: src/net.cpp
This commit is contained in:
@@ -904,7 +904,7 @@ uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int
|
||||
}
|
||||
else if ((nHashType & 0x1f) == SIGHASH_SINGLE)
|
||||
{
|
||||
// Only lockin the txout payee at same index as txin
|
||||
// Only lock-in the txout payee at same index as txin
|
||||
unsigned int nOut = nIn;
|
||||
if (nOut >= txTmp.vout.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user