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

Class CScriptInvalidError

test/functional/test_framework/script.py:354–356  ·  view source on GitHub ↗

Base class for CScript exceptions

Source from the content-addressed store, hash-verified

352})
353
354class CScriptInvalidError(Exception):
355 """Base class for CScript exceptions"""
356 pass
357
358class CScriptTruncatedPushDataError(CScriptInvalidError):
359 """Invalid pushdata due to truncation"""

Callers 1

raw_iterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected