mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
wownero fixes
This commit is contained in:
parent
531ca0e889
commit
9a8590d15b
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
|
||||
cd monero_c
|
||||
git checkout 681282411b793fbdfd05fc42e6f5b3afbacc673c
|
||||
git checkout cd07e5d21196dfd5cae14dbb2ac0f3e04d4cd8f9
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Reference in a new issue