diff --git a/light/rpc/client.go b/light/rpc/client.go index 0010831ab..c9b195a0f 100644 --- a/light/rpc/client.go +++ b/light/rpc/client.go @@ -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.