Fixed port num
This commit is contained in:
parent
4e7f53adf0
commit
1b903767e0
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
seedNodeAddress = "poc-8.ethdev.com:30300"
|
||||
seedNodeAddress = "poc-8.ethdev.com:30303"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
Loading…
Reference in New Issue