light.go comment change

This commit is contained in:
William Banfield
2022-03-01 14:46:13 -05:00
parent ecb13bb4fd
commit 520ce222ab
+1 -1
View File
@@ -461,7 +461,7 @@ func (c *Client) BlockResults(ctx context.Context, height *int64) (*coretypes.Re
// Build a Merkle tree of proto-encoded FinalizeBlock tx results and get a hash.
results := types.NewResults(res.TxsResults)
// Build a Merkle tree out of the above 3 binary slices.
// Build a Merkle tree out of the slice.
rH := merkle.HashFromByteSlices([][]byte{bbeBytes, results.Hash()})
// Verify block results.