From a97c1819c3d5b44a99fdb7b67ffae9904cea5fff Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 25 Feb 2022 18:29:27 -0500 Subject: [PATCH] remove unhelpful comment --- internal/rpc/core/blocks.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/rpc/core/blocks.go b/internal/rpc/core/blocks.go index c4f490eae..f2910df2d 100644 --- a/internal/rpc/core/blocks.go +++ b/internal/rpc/core/blocks.go @@ -193,8 +193,6 @@ func (env *Environment) Commit(ctx context.Context, heightPtr *int64) (*coretype // If no height is provided, it will fetch results for the latest block. // // Results are for the height of the block containing the txs. -// Thus response.results.deliver_tx[5] is the results of executing -// getBlock(h).Txs[5] // More: https://docs.tendermint.com/master/rpc/#/Info/block_results func (env *Environment) BlockResults(ctx context.Context, heightPtr *int64) (*coretypes.ResultBlockResults, error) { height, err := env.getHeight(env.BlockStore.Height(), heightPtr)