]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php
Fixed name of XML node.
[hub.git] / application / hub / main / template / answer / dht / class_XmlDhtBootstrapAnswerTemplateEngine.php
index cc0cd9fb757ffd1fb226d08d153132e066c12638..dc45558e3b64e5acdad9dc1b362af394b310d26d 100644 (file)
@@ -31,7 +31,7 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
        const DHT_BOOTSTRAP_DATA_EXTERNAL_IP   = 'my-external-ip';
        const DHT_BOOTSTRAP_DATA_INTERNAL_IP   = 'my-internal-ip';
        const DHT_BOOTSTRAP_DATA_LISTEN_PORT   = 'my-listen-port';
-       const DHT_BOOTSTRAP_DATA_NODE_LIST     = 'dht-node-list';
+       const DHT_BOOTSTRAP_DATA_NODE_LIST     = 'dht-nodes-list';
 
        /**
         * Protected constructor