Skip to content

Commit 43d96cf

Browse files
authored
Merge pull request #3772 from nalepae/patch-3
EIP-7594 - Update ENR record
2 parents a24837b + 64b93c9 commit 43d96cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

specs/_features/eip7594/p2p-interface.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- [DataColumnSidecarsByRange v1](#datacolumnsidecarsbyrange-v1)
2929
- [The discovery domain: discv5](#the-discovery-domain-discv5)
3030
- [ENR structure](#enr-structure)
31-
- [`custody_subnet_count`](#custody_subnet_count)
31+
- [Custody subnet count](#custody-subnet-count)
3232

3333
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3434
<!-- /TOC -->
@@ -284,10 +284,10 @@ After the initial data column sidecar, clients MAY stop in the process of respon
284284

285285
#### ENR structure
286286

287-
##### `custody_subnet_count`
287+
##### Custody subnet count
288288

289-
A new field is added to the ENR under the key `custody_subnet_count` to facilitate custody data column discovery.
289+
A new field is added to the ENR under the key `csc` to facilitate custody data column discovery.
290290

291-
| Key | Value |
292-
|:-----------------------|:-------------|
293-
| `custody_subnet_count` | SSZ `uint64` |
291+
| Key | Value |
292+
|:------|:-----------------------------------------|
293+
| `csc` | Custody subnet count, big endian integer |

0 commit comments

Comments
 (0)