MCPcopy Index your code
hub / github.com/BitVM/BitVM / execute_script_buf_without_stack_limit

Function execute_script_buf_without_stack_limit

bitvm/src/lib.rs:131–133  ·  view source on GitHub ↗
(script: bitcoin::ScriptBuf)

Source from the content-addressed store, hash-verified

129}
130
131pub fn execute_script_buf_without_stack_limit(script: bitcoin::ScriptBuf) -> ExecuteInfo {
132 execute_script_buf_optional_stack_limit(script, false)
133}
134
135/// Executing a script on stack without `MAX_STACK_SIZE` limit is only for testing purposes \
136/// Don't use in production without the stack limit (i.e. `stack_limit` set to false)

Callers

nothing calls this directly

Tested by

no test coverage detected