Esempio n. 1
0
 /**
  * @param BlockLocator $locator
  */
 public function getheaders(BlockLocator $locator)
 {
     $this->send($this->msgs->getheaders(self::PROTOCOL_VERSION, $locator));
 }
Esempio n. 2
0
 /**
  * @param BlockLocator $locator
  */
 public function getheaders(BlockLocator $locator)
 {
     $this->send($this->msgs->getheaders($this->localVersion->getVersion(), $locator));
 }