forked from forks/go-ethereum
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 (
|
const (
|
||||||
seedNodeAddress = "poc-8.ethdev.com:30300"
|
seedNodeAddress = "poc-8.ethdev.com:30303"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue