Fixed port num

This commit is contained in:
obscuren 2015-01-06 13:31:52 +01:00
parent 4e7f53adf0
commit 1b903767e0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
)
const (
seedNodeAddress = "poc-8.ethdev.com:30300"
seedNodeAddress = "poc-8.ethdev.com:30303"
)
type Config struct {