diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-06-04 23:46:07 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-06-08 23:44:02 +0800 |
commit | 6f415b96b3b8581e810a8f40f596d2d213681e54 (patch) | |
tree | 026b991a4fd703fe83c3faf544ab8156b59856ee /eth/protocol.go | |
parent | c6faa18ec9630066683548ed410e364555fd838d (diff) | |
download | dexon-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.gz dexon-6f415b96b3b8581e810a8f40f596d2d213681e54.tar.zst dexon-6f415b96b3b8581e810a8f40f596d2d213681e54.zip |
eth: implement the NewBlockHashes protocol proposal
Diffstat (limited to 'eth/protocol.go')
-rw-r--r-- | eth/protocol.go | 2 |
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 |