aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
diff options
context:
space:
mode:
authorHaoping Ku <haoping.ku@dexon.org>2018-07-17 17:35:18 +0800
committerWei-Ning Huang <w@dexon.org>2018-07-17 17:35:18 +0800
commit434c497f83c208b48c97d396513aa5deb5916b5a (patch)
tree6ffb51e635b82f9b3864c7f40ceb050017cfa292 /core/blockchain.go
parentaed24cf020bd11c3b20a7011b96c02e41894fa32 (diff)
downloadtangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.gz
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.bz2
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.lz
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.xz
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.zst
tangerine-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.zip
Fix typos and add .gitignore (#2)
* Fix typos and add .gitignore * Add more rule on .gitignore
Diffstat (limited to 'core/blockchain.go')
-rw-r--r--core/blockchain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index 6da74af..1222516 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -19,7 +19,7 @@ package core
import "github.com/dexon-foundation/dexon-consensus-core/core/types"
-// BlockChain is the basic datastucture used for storing blocks in each
+// BlockChain is the basic datastructure used for storing blocks in each
// validator.
type BlockChain struct {
validatorID types.ValidatorID