aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-06-04 23:46:07 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-06-08 23:44:02 +0800
commit6f415b96b3b8581e810a8f40f596d2d213681e54 (patch)
tree026b991a4fd703fe83c3faf544ab8156b59856ee /eth/protocol.go
parentc6faa18ec9630066683548ed410e364555fd838d (diff)
downloadgo-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.gz
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.bz2
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.lz
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.xz
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.zst
go-tangerine-6f415b96b3b8581e810a8f40f596d2d213681e54.zip
eth: implement the NewBlockHashes protocol proposal
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go
index 948051ed1..9ccf2cb60 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -17,7 +17,7 @@ const (
// eth protocol message codes
const (
StatusMsg = iota
- GetTxMsg // unused
+ NewBlockHashesMsg
TxMsg
GetBlockHashesMsg
BlockHashesMsg