diff --git a/node/config.go b/node/config.go index b90698fb3d4e..717b5f8acf91 100644 --- a/node/config.go +++ b/node/config.go @@ -33,12 +33,10 @@ import ( ) const ( - datadirPrivateKey = "nodekey" // Path within the datadir to the node's private key - datadirJWTKey = "jwtsecret" // Path within the datadir to the node's jwt secret - datadirDefaultKeyStore = "keystore" // Path within the datadir to the keystore - datadirStaticNodes = "static-nodes.json" // Path within the datadir to the static node list - datadirTrustedNodes = "trusted-nodes.json" // Path within the datadir to the trusted node list - datadirNodeDatabase = "nodes" // Path within the datadir to store the node infos + datadirPrivateKey = "nodekey" // Path within the datadir to the node's private key + datadirJWTKey = "jwtsecret" // Path within the datadir to the node's jwt secret + datadirDefaultKeyStore = "keystore" // Path within the datadir to the keystore + datadirNodeDatabase = "nodes" // Path within the datadir to store the node infos ) // Config represents a small collection of configuration values to fine tune the