mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
feat: faster scanning on remote nodes for xmr
dnm: skip cw_* monero_c dump (waits for #2287)
This commit is contained in:
parent
e52bceda3a
commit
151da9a134
2 changed files with 2 additions and 2 deletions
|
@ -842,4 +842,4 @@ packages:
|
|||
version: "3.1.3"
|
||||
sdks:
|
||||
dart: ">=3.5.0 <4.0.0"
|
||||
flutter: ">=3.27.4"
|
||||
flutter: ">=3.24.0"
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
|
||||
cd monero_c
|
||||
git checkout b335585a7fb94b315eb52bd88f2da6d3489fa508
|
||||
git checkout f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue