From 520ce222ab06366478028fa6438116584cfe20c5 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 25 Feb 2022 18:25:25 -0500 Subject: [PATCH] light.go comment change --- light/rpc/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.