MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / VerifySignature

Method VerifySignature

src/script/interpreter.cpp:1239–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237}
1238
1239bool TransactionSignatureChecker::VerifySignature(const std::vector<unsigned char>& vchSig, const CPubKey& pubkey, const uint256& sighash) const
1240{
1241 return pubkey.Verify(sighash, vchSig);
1242}
1243
1244bool TransactionSignatureChecker::CheckSig(const vector<unsigned char>& vchSigIn, const vector<unsigned char>& vchPubKey,
1245 const CScript& scriptCode, unsigned int flags) const

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.45

Tested by

no test coverage detected