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

Function set_error

src/script/bitcoinconsensus.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

verify_scriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected