From c12621d09ebe300024beb8047bba453901b05912 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Mon, 7 May 2018 19:04:23 -0700 Subject: [PATCH] Update blockchain.go --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index e48dbe5307..8c91105025 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -49,7 +49,7 @@ import ( var ( blockInsertTimer = metrics.NewRegisteredTimer("chain/inserts", nil) - ErrNoGenesis = errors.New("Genesis not found in chain") + ErrNoGenesis = errors.New("Genesis not found in chain") ) const (