From ecdda9b6ea242f5c0ec4380bb7b7896c212b6486 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 2 May 2024 23:13:01 +0800 Subject: [PATCH] Update EIPS/eip-7594.md --- EIPS/eip-7594.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7594.md b/EIPS/eip-7594.md index dfafbcdcfe83a..58e6285b99e5b 100644 --- a/EIPS/eip-7594.md +++ b/EIPS/eip-7594.md @@ -29,7 +29,7 @@ Nodes find and maintain a diverse peer set and sample columns from their peers t A node can reconstruct the entire data matrix if it acquires at least 50% of all the columns. If a node has less than 50%, it can request the necessary columns from the peer nodes. -The detailed specifications are on [ethereum/consensus-specs](https://github.com/ethereum/consensus-specs/tree/dev/specs/_features/eip7594). +The detailed specifications are on [ethereum/consensus-specs](https://github.com/ethereum/consensus-specs/blob/b4188829b32139916127827c64ba17c923e66c3c/specs/_features/eip7594/das-core.md). The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.