diff options
-rw-r--r-- | eth/protocol.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index f52d935e8..723ab5502 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -22,6 +22,7 @@ const ( // eth protocol message codes const ( StatusMsg = iota + GetTxMsg // unused TxMsg GetBlockHashesMsg BlockHashesMsg |