MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ForkIdDisabled

Function ForkIdDisabled

src/script/interpreter.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool static ForkIdDisabled(unsigned int flags) {
217 return flags & SCRIPT_FORKID_DISABLED;
218}
219
220bool CheckSignatureEncoding(const std::vector<unsigned char> &vchSig, unsigned int flags, ScriptError* serror) {
221 // Empty signature. Not strictly DER encoded, but allowed to provide a

Callers 2

CheckSignatureEncodingFunction · 0.85
EvalScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected