File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ impl fmt::Display for ResourceControlPolicy {
147147 {maximum_published_blobs} maximum number of blobs published per block\n \
148148 {maximum_bytecode_size} maximum size of service and contract bytecode\n \
149149 {maximum_block_proposal_size} maximum size of a block proposal\n \
150- {maximum_bytes_read_per_block} maximum number bytes read per block\n \
151- {maximum_bytes_written_per_block} maximum number bytes written per block\n \
150+ {maximum_bytes_read_per_block} maximum number of bytes read per block\n \
151+ {maximum_bytes_written_per_block} maximum number of bytes written per block\n \
152152 {maximum_oracle_response_bytes} maximum number of bytes of an oracle response\n \
153153 {maximum_http_response_bytes} maximum number of bytes of an HTTP response\n \
154154 {http_request_timeout_ms} ms timeout for HTTP requests\n \
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ message ChainInfoQuery {
174174 // Query the current committees
175175 bool request_committees = 3 ;
176176
177- // Query the received messages that are waiting be picked in the next block.
177+ // Query the received messages that are waiting to be picked in the next block.
178178 bool request_pending_message_bundles = 4 ;
179179
180180 // Query a range of certificates hashes sent from the chain.
You can’t perform that action at this time.
0 commit comments