Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ CScriptInvalidError
Class
CScriptInvalidError
qa/rpc-tests/test_framework/script.py:609–611 ·
view source on GitHub ↗
Base class for CScript exceptions
Source
from the content-addressed store, hash-verified
607
}
608
609
class
CScriptInvalidError(Exception):
610
""
"Base class for CScript exceptions"
""
611
pass
612
613
class
CScriptTruncatedPushDataError(CScriptInvalidError):
614
""
"Invalid pushdata due to truncation"
""
Callers
1
raw_iter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected