Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ set_error
Function
set_error
src/script/interpreter.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
inline bool set_error(ScriptError* ret, const ScriptError serror)
37
{
38
if (ret)
39
*ret = serror;
40
return false;
41
}
42
43
} // namespace
44
Callers
13
IsLowDERSignature
Function · 0.70
CheckSignatureEncoding
Function · 0.70
CheckPubKeyEncoding
Function · 0.70
update_validation_weight
Function · 0.70
EvalChecksigPreTapscript
Function · 0.70
EvalTapScriptCheckSigFromStack
Function · 0.70
EvalChecksigTapscript
Function · 0.70
EvalScript
Function · 0.70
CheckSchnorrSignature
Method · 0.70
CheckSimplicity
Method · 0.70
ExecuteWitnessScript
Function · 0.70
VerifyWitnessProgram
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected