Пример #1
0
 /**
  * @param BlockLocator $locator
  */
 public function getheaders(BlockLocator $locator)
 {
     $this->send($this->msgs->getheaders(self::PROTOCOL_VERSION, $locator));
 }
Пример #2
0
 /**
  * @param BlockLocator $locator
  */
 public function getheaders(BlockLocator $locator)
 {
     $this->send($this->msgs->getheaders($this->localVersion->getVersion(), $locator));
 }