From 434c497f83c208b48c97d396513aa5deb5916b5a Mon Sep 17 00:00:00 2001 From: Haoping Ku Date: Tue, 17 Jul 2018 17:35:18 +0800 Subject: Fix typos and add .gitignore (#2) * Fix typos and add .gitignore * Add more rule on .gitignore --- core/types/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/types/block.go') diff --git a/core/types/block.go b/core/types/block.go index 265d32f..8808312 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -25,7 +25,7 @@ import ( "github.com/dexon-foundation/dexon-consensus-core/common" ) -// State represent the block process state. +// State represents the block process state. type State int // Block Status. -- cgit v1.2.3