]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/virgin/class_DhtVirginState.php
Continued:
[hub.git] / application / hub / main / states / dht / virgin / class_DhtVirginState.php
index 69882f3674063fc3570b3b60464692030f19f55e..3d42a391aeb0725df73b869a0a48b914500b8afd 100644 (file)
@@ -51,12 +51,6 @@ class DhtVirginState extends BaseDhtState implements Stateable {
                // Set the dht instance
                $stateInstance->setDhtInstance($dhtInstance);
 
-               // Get node instance and enable DHT bootstrap requests
-               NodeObjectFactory::createNodeInstance()->enableAcceptDhtBootstrap();
-
-               // Update DHT node info as well
-               $dhtInstance->enableAcceptDhtBootstrap();
-
                // Return the prepared instance
                return $stateInstance;
        }