(self, locator, hashstop)
| 113 | self.last_message.pop("cmpctblock", None) |
| 114 | |
| 115 | def get_headers(self, locator, hashstop): |
| 116 | msg = msg_getheaders() |
| 117 | msg.locator.vHave = locator |
| 118 | msg.hashstop = hashstop |
| 119 | self.send_message(msg) |
| 120 | |
| 121 | def send_header_for_blocks(self, new_blocks): |
| 122 | headers_message = msg_headers() |
no test coverage detected