eth: implement the NewBlockHashes protocol proposal

This commit is contained in:
Péter Szilágyi
2015-06-04 18:46:07 +03:00
parent c6faa18ec9
commit 6f415b96b3
3 changed files with 123 additions and 63 deletions

View File

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