]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/dht/class_DhtBootstrapHelper.php
'virigin' is now the correct state at this point
[hub.git] / application / hub / main / helper / dht / class_DhtBootstrapHelper.php
index d3d797b4f712b8fe39f39a0b38ec565021f7e57b..ee3afc770f0e79535fffa4cd54f8f68464cca455 100644 (file)
@@ -81,8 +81,8 @@ class DhtBootstrapHelper extends BaseHubSystemHelper implements HelpableDht {
         * @return      void
         */
        public function sendPackage (Distributable $dhtInstance) {
-               // Sanity check: Is the dht in the approx. state? (init)
-               $dhtInstance->getStateInstance()->validateDhtStateIsInitialized();
+               // Sanity check: Is the dht in the approx. state? (virgin)
+               $dhtInstance->getStateInstance()->validateDhtStateIsVirgin();
 
                // Compile the template, this inserts the loaded dht data into the gaps.
                $this->getTemplateInstance()->compileTemplate();