From f3b6ca3ec3501a7a61fec0d5e85c5dac9001f014 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Mon, 7 May 2018 19:04:41 -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 8c91105025..f74a0f5b27 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -48,7 +48,7 @@ import ( var ( blockInsertTimer = metrics.NewRegisteredTimer("chain/inserts", nil) - + ErrNoGenesis = errors.New("Genesis not found in chain") )