]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/dht/node/class_NodeDhtFacade.php
Renamed method to make it more clear.
[hub.git] / application / hub / main / dht / node / class_NodeDhtFacade.php
index a3d1524b88919a9875d8c12fd1ce3091693e0869..bcd7a2296184ebd2e334b451f28e243dad16a82a 100644 (file)
@@ -118,7 +118,7 @@ class NodeDhtFacade extends BaseDht implements DistributableNode, Registerable {
                $helperInstance->sendPackage($this);
 
                // Change state
-               $this->getStateInstance()->dhtHasBooted();
+               $this->getStateInstance()->dhtIsBooting();
        }
 
        /**