MCPcopy Create free account
hub / github.com/bitcoin-sv/bitcoin-sv / VerifyCleanStack

Function VerifyCleanStack

src/script/script_flags.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162constexpr bool VerifyCleanStack(uint32_t flags)
163{
164 return (flags & SCRIPT_VERIFY_CLEANSTACK) != 0;
165}
166
167constexpr bool VerifySigPushOnly(uint32_t flags)
168{

Callers 2

script_flags.cppFile · 0.85
VerifyScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected