Changed to poc-8 & removed GetTxs
This commit is contained in:
parent
564f02aa2b
commit
4e7f53adf0
@ -18,7 +18,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
seedNodeAddress = "poc-7.ethdev.com:30300"
|
seedNodeAddress = "poc-8.ethdev.com:30300"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -22,7 +22,6 @@ const (
|
|||||||
// eth protocol message codes
|
// eth protocol message codes
|
||||||
const (
|
const (
|
||||||
StatusMsg = iota
|
StatusMsg = iota
|
||||||
GetTxMsg // unused
|
|
||||||
TxMsg
|
TxMsg
|
||||||
GetBlockHashesMsg
|
GetBlockHashesMsg
|
||||||
BlockHashesMsg
|
BlockHashesMsg
|
||||||
|
Loading…
Reference in New Issue
Block a user