MCPcopy
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
860class CheckBlockError(CheckBlockHeaderError):
861 pass
862
863def GetLegacySigOpCount(tx):
864 nSigOps = 0

Callers 2

__init__Method · 0.85
CheckBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected