Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Aug 26, 2022
1 parent 88faf1a commit 964f98a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions node/config.go
Expand Up @@ -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
Expand Down

0 comments on commit 964f98a

Please sign in to comment.