mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-03 21:48:36 +00:00
a
This commit is contained in:
parent
8a17abc1f4
commit
1ad45e9e90
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ func New(conf *Config) (*Node, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if conf.HTTPProto == "" {
|
if conf.HTTPProto == "" {
|
||||||
conf.HTTPProto = "tcp4"
|
conf.HTTPProto = "tcp"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure that the instance name doesn't cause weird conflicts with
|
// Ensure that the instance name doesn't cause weird conflicts with
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue