Skip to content

Commit

Permalink
Update protobuf/flow/execution/execution.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Zhang <[email protected]>
  • Loading branch information
janezpodhostnik and zhangchiqing authored Aug 26, 2024
1 parent 94f0398 commit d8fed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/flow/execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ message GetTransactionExecutionMetricsAfterRequest {

// The response for GetTransactionExecutionMetricsAfter
// The response contains the execution metrics for transactions in each block
// after the requested block height. The execution node only keeps a limited
// after the requested block height (block_height + 1). The execution node only keeps a limited
// number of blocks in memory, so the response may not contain metrics for all
// blocks. Only finalized and executed blocks will be in the response.
// The blocks are sorted by block height in descending order.
Expand Down

0 comments on commit d8fed61

Please sign in to comment.