(self, locator, hashstop)
| 124 | self.send_message(msg) |
| 125 | |
| 126 | def send_get_headers(self, locator, hashstop): |
| 127 | msg = msg_getheaders() |
| 128 | msg.locator.vHave = locator |
| 129 | msg.hashstop = hashstop |
| 130 | self.send_message(msg) |
| 131 | |
| 132 | def send_block_inv(self, blockhash): |
| 133 | msg = msg_inv() |