Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/prepare_moneroc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cd "$(dirname "$0")"

if [[ ! -d "monero_c" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
git clone https://github.com/cypherstack/monero_c
cd monero_c
git checkout "3cb38bee9385faf46b03fd73aab85f3ac4115bf7"
git checkout "f90b1f57b1337671b145e53e95ff5c2ecf67224d"
git reset --hard
git config submodule.libs/wownero.url https://git.cypherstack.com/Cypher_Stack/wownero
git config submodule.libs/wownero-seed.url https://git.cypherstack.com/Cypher_Stack/wownero-seed
Expand Down