MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / operator()

Method operator()

src/validation.cpp:1380–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378}
1379
1380bool CScriptCheck::operator()() {
1381 const CScript &scriptSig = ptxTo->vin[nIn].scriptSig;
1382 const CScriptWitness *witness = &ptxTo->vin[nIn].scriptWitness;
1383 return VerifyScript(scriptSig, m_tx_out.scriptPubKey, witness, nFlags, CachingTransactionSignatureChecker(ptxTo, nIn, m_tx_out.nValue, cacheStore, *txdata), &error);
1384}
1385
1386int GetSpendHeight(const CCoinsViewCache& inputs)
1387{

Callers

nothing calls this directly

Calls 2

VerifyScriptFunction · 0.85

Tested by

no test coverage detected