mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
node: fix typo
This commit is contained in:
parent
214f0f807d
commit
9d097d83d6
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ func (n *Node) Start() error {
|
|||
if n.serverConfig.StaticNodes == nil {
|
||||
n.serverConfig.StaticNodes = n.config.StaticNodes()
|
||||
}
|
||||
if n.serverConfig.StaticNodes == nil {
|
||||
if n.serverConfig.TrustedNodes == nil {
|
||||
n.serverConfig.TrustedNodes = n.config.TrusterNodes()
|
||||
}
|
||||
if n.serverConfig.NodeDatabase == "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue