aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 20:31:08 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 20:31:08 +0800
commit4e7f53adf00d25ada6fe6c52c2795a78cce7e795 (patch)
treec5b8aecd6c3618976dad7690e5728061ed68c63e /eth
parent564f02aa2b1188a2a736a9345f2afaa13e50ef45 (diff)
downloadgo-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.gz
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.bz2
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.lz
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.xz
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.zst
go-tangerine-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.zip
Changed to poc-8 & removed GetTxs
Diffstat (limited to 'eth')
-rw-r--r--eth/backend.go2
-rw-r--r--eth/protocol.go1
2 files changed, 1 insertions, 2 deletions
diff --git a/eth/backend.go b/eth/backend.go
index 065a4f7d8..2971df422 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -18,7 +18,7 @@ import (
)
const (
- seedNodeAddress = "poc-7.ethdev.com:30300"
+ seedNodeAddress = "poc-8.ethdev.com:30300"
)
type Config struct {
diff --git a/eth/protocol.go b/eth/protocol.go
index 723ab5502..f52d935e8 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -22,7 +22,6 @@ const (
// eth protocol message codes
const (
StatusMsg = iota
- GetTxMsg // unused
TxMsg
GetBlockHashesMsg
BlockHashesMsg