Update monero_c (#1709)

This fixes the issue where coin control doesn't work as expected, and ignores the preferred inputs

cyan committed Sep 28, 2024 at 01:07 UTC a149c71fb22b6e3e47de6ebd56b271696b45f538
5 files changed +7 -7
cw_monero/pubspec.lock
+2 -2
@@ -463,8 +463,8 @@ packages:
463 dependency: "direct main"
464 description:
465 path: "impls/monero.dart"
466 - ref: "3cb38bee9385faf46b03fd73aab85f3ac4115bf7"
467 - resolved-ref: "3cb38bee9385faf46b03fd73aab85f3ac4115bf7"
466 + ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
467 + resolved-ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
468 url: "https://github.com/mrcyjanek/monero_c"
469 source: git
470 version: "0.0.0"
cw_monero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 3cb38bee9385faf46b03fd73aab85f3ac4115bf7 # monero_c hash
28 + ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
cw_wownero/pubspec.lock
+2 -2
@@ -463,8 +463,8 @@ packages:
463 dependency: "direct main"
464 description:
465 path: "impls/monero.dart"
466 - ref: "3cb38bee9385faf46b03fd73aab85f3ac4115bf7"
467 - resolved-ref: "3cb38bee9385faf46b03fd73aab85f3ac4115bf7"
466 + ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
467 + resolved-ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
468 url: "https://github.com/mrcyjanek/monero_c"
469 source: git
470 version: "0.0.0"
cw_wownero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 3cb38bee9385faf46b03fd73aab85f3ac4115bf7 # monero_c hash
28 + ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
10 cd monero_c
11 - git checkout 3cb38bee9385faf46b03fd73aab85f3ac4115bf7
11 + git checkout 6eb571ea498ed7b854934785f00fabfd0dadf75b
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero