0
SignatureHash takes in as input a scriptCode:
uint256 SignatureHash(
const CScript& scriptCode,
const CTransaction& txTo,
unsigned int nIn,
int nHashType,
const CAmount& amount,
SigVersion sigversion,
const PrecomputedTransactionData* cache)
What is the scriptCode exactly?