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

Method __init__

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

Source from the content-addressed store, hash-verified

312 command = b"getheaders"
313
314 def __init__(self, protover=PROTO_VERSION):
315 super(msg_getheaders, self).__init__(protover)
316 self.locator = CBlockLocator()
317 self.hashstop = b'\x00'*32
318
319 @classmethod
320 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