From 29ab72b52a85c846b00fe58237a53d0275ba796d Mon Sep 17 00:00:00 2001 From: Vikram Bhattacharjee <53374818+vbhattaccmu@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:23:18 +0800 Subject: [PATCH] docs: Removed reference from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6ca35..0521ef8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Problem statement -Reimplement RLPx protocol in Rust. Refactored [the original implementation](https://github.com/vorot93/devp2p) as it does not build with recent updates from secp256k1 crate . +Reimplement RLPx protocol in Rust. ## Technical Goals