MCPcopy Create free account
hub / github.com/ElementsProject/elements / CScriptInvalidError

Class CScriptInvalidError

test/functional/test_framework/script.py:460–462  ·  view source on GitHub ↗

Base class for CScript exceptions

Source from the content-addressed store, hash-verified

458})
459
460class CScriptInvalidError(Exception):
461 """Base class for CScript exceptions"""
462 pass
463
464class CScriptTruncatedPushDataError(CScriptInvalidError):
465 """Invalid pushdata due to truncation"""

Callers 1

raw_iterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected