From de8ac6e2a982ceccfaa72061048e813304d05702 Mon Sep 17 00:00:00 2001 From: HaoyangLiu Date: Fri, 31 Aug 2018 14:06:53 +0800 Subject: [PATCH] IRISHUB-238: missing change a comment --- client/context/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/context/query.go b/client/context/query.go index 31861a972e..4c1cad8777 100644 --- a/client/context/query.go +++ b/client/context/query.go @@ -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 {