Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ check_args
Function
check_args
bitcoin/core/scripteval.py:407–409 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
405
err_raiser(MaxOpCountError)
406
407
def
check_args(n):
408
if
len(stack) < n:
409
err_raiser(MissingOpArgumentsError, sop, stack, n)
410
411
412
if
sop <= OP_PUSHDATA4:
Callers
1
_EvalScript
Function · 0.85
Calls
1
err_raiser
Function · 0.85
Tested by
no test coverage detected