]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/wrapper/node/class_NodeInformationDatabaseWrapper.php
Continued rewriting:
[hub.git] / application / hub / main / wrapper / node / class_NodeInformationDatabaseWrapper.php
index 7445a87ce0f6a2cc74974a9a9e37d06c98bb9f20..a7632edb8dd237b9ee68381c716d06916e37d469 100644 (file)
@@ -32,6 +32,8 @@ class NodeInformationDatabaseWrapper extends BaseDatabaseWrapper implements Node
        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_INTERNAL_UNL     = 'internal_unl';
+       const DB_COLUMN_EXTERNAL_UNL     = 'external_unl';
 
        /**
         * Protected constructor