MCPcopy Create free account
hub / github.com/LUX-Core/lux / set_error

Function set_error

src/script/bitcoinconsensus.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57inline int set_error(bitcoinconsensus_error* ret, bitcoinconsensus_error serror)
58{
59 if (ret)
60 *ret = serror;
61 return 0;
62}
63
64 struct ECCryptoClosure
65 {

Callers 2

verify_scriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected