]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/virgin/class_DhtVirginState.php
Renamed method to make it more clear.
[hub.git] / application / hub / main / states / dht / virgin / class_DhtVirginState.php
index 9f0a1a2719cd060ebc07f1a3b8a035362e01933c..838bc570dd8b25c2d6be5c23b06caa44fefba2c0 100644 (file)
@@ -59,13 +59,12 @@ class DhtVirginState extends BaseDhtState implements Stateable {
        }
 
        /**
-        * 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());
        }