Skip to content

Commit e8eb367

Browse files
committed
Fix two more small nits
1 parent 5127929 commit e8eb367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/phase0/p2p-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This section outlines configurations that are used in this spec.
199199

200200
| Name | Value | Description |
201201
|---|---|---|
202-
| `MAX_PAYLOAD_SIZE` | `10 * 2**20` (= 10485760, 10 MiB) | The maximum allowed size of uncompressed payload in gossipsub messages / RPC chunks |
202+
| `MAX_PAYLOAD_SIZE` | `10 * 2**20` (= 10485760, 10 MiB) | The maximum allowed size of uncompressed payload in gossipsub messages and RPC chunks |
203203
| `MAX_REQUEST_BLOCKS` | `2**10` (= 1024) | Maximum number of blocks in a single request |
204204
| `EPOCHS_PER_SUBNET_SUBSCRIPTION` | `2**8` (= 256) | Number of epochs on a subnet subscription (~27 hours) |
205205
| `MIN_EPOCHS_FOR_BLOCK_REQUESTS` | `MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2` (= 33024, ~5 months) | The minimum epoch range over which a node must serve blocks |
@@ -294,7 +294,7 @@ This defines both the type of data being sent on the topic and how the data fiel
294294
- `Encoding` - the encoding strategy describes a specific representation of bytes that will be transmitted over the wire.
295295
See the [Encodings](#Encodings) section for further details.
296296

297-
Clients MUST reject messages with unknown topic.
297+
Clients MUST reject messages with an unknown topic.
298298

299299
*Note*: `ForkDigestValue` is composed of values that are not known until the genesis block/state are available.
300300
Due to this, clients SHOULD NOT subscribe to gossipsub topics until these genesis values are known.

0 commit comments

Comments
 (0)