From 52bdb85f0a87793327a794aba477ac8b967c315f Mon Sep 17 00:00:00 2001 From: sneurlax Date: Wed, 11 Sep 2024 11:40:55 -0500 Subject: [PATCH] mirror mrcyjanek/monero_c to cypherstack as of 9/11 --- scripts/prepare_moneroc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 9fc353b460..7cdd63d578 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -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