MCPcopy
hub / github.com/jimmysong/programmingbitcoin / VerAckMessage

Class VerAckMessage

code-ch13/network.py:189–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189class VerAckMessage:
190 command = b'verack'
191
192 def __init__(self):
193 pass
194
195 @classmethod
196 def parse(cls, s):
197 return cls()
198
199 def serialize(self):
200 return b''
201
202
203class PingMessage:

Callers 1

wait_forMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected