From bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db Mon Sep 17 00:00:00 2001 From: Leif Jurvetson Date: Tue, 15 Mar 2016 11:27:49 -0700 Subject: eth: various typos --- eth/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/handler.go') diff --git a/eth/handler.go b/eth/handler.go index f11a69550..2c5cae479 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -590,7 +590,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error { } case msg.Code == NewBlockHashesMsg: - // Retrieve and deseralize the remote new block hashes notification + // Retrieve and deserialize the remote new block hashes notification type announce struct { Hash common.Hash Number uint64 -- cgit v1.2.3