MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / __init__

Method __init__

bitcoin/messages.py:291–294  ·  view source on GitHub ↗
(self, protover=PROTO_VERSION)

Source from the content-addressed store, hash-verified

289 command = b"getblocks"
290
291 def __init__(self, protover=PROTO_VERSION):
292 super(msg_getblocks, self).__init__(protover)
293 self.locator = CBlockLocator()
294 self.hashstop = b'\x00'*32
295
296 @classmethod
297 def msg_deser(cls, f, protover=PROTO_VERSION):

Callers

nothing calls this directly

Calls 2

CBlockLocatorClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected