We need to use our own fork of Parity

This commit is contained in:
John Newby 2019-08-02 10:47:05 +02:00
parent 0f8614421e
commit 01b52b36f1

View File

@ -2,7 +2,7 @@
FFI export of Ethereum's ecrecover FFI export of Ethereum's ecrecover
prerequisite: 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: to compile:
`cargo build` `cargo build`