mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
commit
89ac899484
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ func defaultNodeConfig() node.Config {
|
|||
cfg := node.DefaultConfig
|
||||
cfg.Name = clientIdentifier
|
||||
cfg.Version = params.VersionWithCommit(gitCommit)
|
||||
cfg.HTTPModules = append(cfg.HTTPModules, "eth, exp")
|
||||
cfg.WSModules = append(cfg.WSModules, "eth, exp")
|
||||
cfg.HTTPModules = append(cfg.HTTPModules, "eth")
|
||||
cfg.WSModules = append(cfg.WSModules, "eth")
|
||||
cfg.IPCPath = "gexp.ipc"
|
||||
return cfg
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue