From 01b52b36f1ed7d8ca1ce1841b7f9016ab54d9e56 Mon Sep 17 00:00:00 2001 From: John Newby Date: Fri, 2 Aug 2019 10:47:05 +0200 Subject: [PATCH] We need to use our own fork of Parity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f177c6..d55e69a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ FFI export of Ethereum's ecrecover prerequisite: -- a checked out copy of parity-ethereum (https://github.com/paritytech/parity-ethereum) checked out in the same directory this is (i.e. it will be referenced as `../parity-ethereum`) +- a checked out copy of my fork of parity-ethereum (https://github.com/johnsnewby/parity-ethereum) checked out in the same directory this is (i.e. it will be referenced as `../parity-ethereum`) to compile: `cargo build`