Use zcash/librustzcash instead of str4d/librustzcash

This commit is contained in:
Taylor Hornby 2019-08-27 11:36:16 -06:00
parent 7dd88bf03a
commit 8732d62977
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Now, clone all of the projects you want to work on into the `mount/` directory:
cd mount
git clone git@github.com:zcash/zcash.git
git clone git@github.com:zcash-hackworks/lightwalletd.git
git clone git@github.com:str4d/librustzcash.git
git clone git@github.com:zcash/librustzcash.git
git clone git@github.com:zcash/zcash-android-wallet-sdk.git --branch preview
git clone git@github.com:zcash/zcash-android-wallet-poc.git
cd ..