]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/virgin/class_DhtVirginState.php
Introduced enableAcceptDhtBootstrap() + updated core.
[hub.git] / application / hub / main / states / dht / virgin / class_DhtVirginState.php
index 838bc570dd8b25c2d6be5c23b06caa44fefba2c0..69882f3674063fc3570b3b60464692030f19f55e 100644 (file)
@@ -54,6 +54,9 @@ class DhtVirginState extends BaseDhtState implements Stateable {
                // 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;
        }