Signed-off-by: Roland Haeder <roland@mxchange.org>
$helperInstance->sendPackage($this);
// Change state
- $this->getStateInstance()->dhtHasBooted();
+ $this->getStateInstance()->dhtIsBooting();
}
/**
}
/**
- * Called when the DHT has booted. This means that the bootstrap message
- * has been sent out to other nodes. This will changed the DHT's state
- * to 'booting'.
+ * Called when the DHT is booting. This means that the bootstrap message
+ * has been queued.
*
* @return void
*/
- public function dhtHasBooted () {
+ public function dhtIsBooting () {
// Get new instance and set it
DhtStateFactory::createDhtStateInstanceByName('booting', $this->getDhtInstance());
}