From 1faeb96f4296476286993a6146c3bae118dd3b00 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 12 Nov 2021 05:45:19 +0100 Subject: [PATCH] Remove erroneous openethereum dep --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cf4a06..25634aa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ For the optional bloxberg node build (`INSTALL_EVM=bloxberg`), additionally thes - rustup (1.24.3) - clang (12.0.1) - cmake (3.21.2) -- openethereum (1.47.0) ## Installation settings @@ -53,7 +52,7 @@ If you want to build the bloxberg mode executable (be warned, that's a long wait export INSTALL_EVM=bloxberg ``` -If you wish, you can use an existing openethereum executable instead by setting: +If you wish, you can use an existing openethereum executable instead. Make sure ` --version` shows `2.7.2`, and then set: ```