mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 21:29:03 +00:00
Fixed port num
This commit is contained in:
parent
4e7f53adf0
commit
1b903767e0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
seedNodeAddress = "poc-8.ethdev.com:30300"
|
||||
seedNodeAddress = "poc-8.ethdev.com:30303"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue