From afeed9dd4ee3e08ac85b1780ee5ee8f5df526ac6 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 22 Jul 2024 14:32:57 -0700 Subject: [PATCH] remove link to geth implementation --- EIPS/eip-7747.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7747.md b/EIPS/eip-7747.md index ee40ae50785d1f..ae4d9c79950b15 100644 --- a/EIPS/eip-7747.md +++ b/EIPS/eip-7747.md @@ -234,7 +234,7 @@ The implementations of the arithmetic are constant time. Modular addition/subtr ### Reference Implementation -Work-in-progress reference implementation for Geth [here](https://github.com/jwasinger/go-ethereum/tree/eip-8743). +There is a work-in-progress implementation for Geth. ## Test Cases