MCPcopy Create free account
hub / github.com/LUX-Core/lux / send_header

Method send_header

qa/rpc-tests/test_framework/comptool.py:114–117  ·  view source on GitHub ↗
(self, header)

Source from the content-addressed store, hash-verified

112 self.conn.send_message(m)
113
114 def send_header(self, header):
115 m = msg_headers()
116 m.headers.append(header)
117 self.conn.send_message(m)
118
119 # This assumes BIP31
120 def send_ping(self, nonce):

Callers 1

runMethod · 0.45

Calls 3

msg_headersClass · 0.70
appendMethod · 0.45
send_messageMethod · 0.45

Tested by

no test coverage detected