update some comments

This commit is contained in:
Ethan Buchman
2018-06-04 13:59:28 -07:00
parent 3d33226e80
commit 97c5533c35
3 changed files with 7 additions and 9 deletions

View File

@ -92,7 +92,7 @@ func (blockExec *BlockExecutor) ApplyBlock(state State, blockID types.BlockID, b
return state, fmt.Errorf("Commit failed for application: %v", err)
}
// lock mempool, commit state, update mempoool
// lock mempool, commit app state, update mempoool
appHash, err := blockExec.Commit(block)
if err != nil {
return state, fmt.Errorf("Commit failed for application: %v", err)