(self, locator, hashstop)
| 118 | self.send_without_ping(msg) |
| 119 | |
| 120 | def send_get_headers(self, locator, hashstop): |
| 121 | msg = msg_getheaders() |
| 122 | msg.locator.vHave = locator |
| 123 | msg.hashstop = hashstop |
| 124 | self.send_without_ping(msg) |
| 125 | |
| 126 | def send_block_inv(self, blockhash): |
| 127 | msg = msg_inv() |