Merge PR #1358: Fix typos and gofmt files
* Fix typos * gofmt -s files * Add mispellings and gofmt checks to circle CI * circleci: Install misspell in the linting step
This commit is contained in:
committed by
Christopher Goes
parent
eb097c4c5c
commit
2e97baabf6
+1
-1
@@ -179,7 +179,7 @@ func (app *BaseApp) LastCommitID() sdk.CommitID {
|
||||
return app.cms.LastCommitID()
|
||||
}
|
||||
|
||||
// the last commited block height
|
||||
// the last committed block height
|
||||
func (app *BaseApp) LastBlockHeight() int64 {
|
||||
return app.cms.LastCommitID().Version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user