Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ CheckBlockError
Class
CheckBlockError
bitcoin/core/__init__.py:860–861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
858
859
860
class
CheckBlockError(CheckBlockHeaderError):
861
pass
862
863
def
GetLegacySigOpCount(tx):
864
nSigOps = 0
Callers
2
__init__
Method · 0.85
CheckBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected