Changed to poc-8 & removed GetTxs

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

View File

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

View File

@ -22,7 +22,6 @@ const (
// eth protocol message codes
const (
StatusMsg = iota
GetTxMsg // unused
TxMsg
GetBlockHashesMsg
BlockHashesMsg