]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
Don't publish private key in DHT (all data will be published).
[hub.git] / application / hub / main / database / wrapper / node / class_NodeDistributedHashTableDatabaseWrapper.php
index ac19f6e9995b01fb5404e7b0b301968f8725dc32..a948629634d7b20fa492858fc9d17dfb2396c7a3 100644 (file)
@@ -30,7 +30,6 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
        const DB_COLUMN_SESSION_ID       = 'session_id';
        const DB_COLUMN_EXTERNAL_IP      = 'external_ip';
        const DB_COLUMN_LISTEN_PORT      = 'listen_port';
-       const DB_COLUMN_PRIVATE_KEY      = 'private_key';
        const DB_COLUMN_PRIVATE_KEY_HASH = 'private_key_hash';
        const DB_COLUMN_NODE_MODE        = 'node_mode';
        const DB_COLUMN_ACCEPTED_OBJECTS = 'accepted_object_types';