IRISHUB-238: missing change a comment

This commit is contained in:
HaoyangLiu 2018-08-31 14:06:53 +08:00
parent b977baec73
commit de8ac6e2a9
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ func (ctx CLIContext) verifyProof(path string, resp abci.ResponseQuery) error {
return errors.Wrap(err, "failed to unmarshalBinary rangeProof")
}
// Validate the substore commit hash against trusted appHash
// Verify the substore commit hash against trusted appHash
substoreCommitHash, err := store.VerifyMultiStoreCommitInfo(multiStoreProof.StoreName,
multiStoreProof.StoreInfos, commit.Header.AppHash)
if err != nil {