Skip to content

Commit 151da9a

Browse files
committed
feat: faster scanning on remote nodes for xmr
dnm: skip cw_* monero_c dump (waits for #2287)
1 parent e52bced commit 151da9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cw_zano/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,4 +842,4 @@ packages:
842842
version: "3.1.3"
843843
sdks:
844844
dart: ">=3.5.0 <4.0.0"
845-
flutter: ">=3.27.4"
845+
flutter: ">=3.24.0"

scripts/prepare_moneroc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
88
then
99
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
1010
cd monero_c
11-
git checkout b335585a7fb94b315eb52bd88f2da6d3489fa508
11+
git checkout f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
1212
git reset --hard
1313
git submodule update --init --force --recursive
1414
./apply_patches.sh monero

0 commit comments

Comments
 (0)