Update error message (#1988)

cyan committed Jan 30, 2025 at 14:40 UTC 5fae4bc5d15bbbeadcdf45d2db3c44e813a2f42f
7 files changed +10 -10
cw_monero/pubspec.lock
+2 -2
@@ -511,8 +511,8 @@ packages:
511 dependency: "direct main"
512 description:
513 path: "impls/monero.dart"
514 - ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
515 - resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
514 + ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
515 + resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
516 url: "https://github.com/mrcyjanek/monero_c"
517 source: git
518 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: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
28 + ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
29 path: impls/monero.dart
30 mutex: ^3.1.0
31 ledger_flutter_plus: ^1.4.1
cw_wownero/pubspec.lock
+2 -2
@@ -471,8 +471,8 @@ packages:
471 dependency: "direct main"
472 description:
473 path: "impls/monero.dart"
474 - ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
475 - resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
474 + ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
475 + resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
476 url: "https://github.com/mrcyjanek/monero_c"
477 source: git
478 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: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
28 + ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
cw_zano/pubspec.lock
+2 -2
@@ -476,8 +476,8 @@ packages:
476 dependency: "direct main"
477 description:
478 path: "impls/monero.dart"
479 - ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
480 - resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
479 + ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
480 + resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
481 url: "https://github.com/mrcyjanek/monero_c"
482 source: git
483 version: "0.0.0"
cw_zano/pubspec.yaml
+1 -1
@@ -26,7 +26,7 @@ dependencies:
26 monero:
27 git:
28 url: https://github.com/mrcyjanek/monero_c
29 - ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
29 + ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
30 path: impls/monero.dart
31 dev_dependencies:
32 flutter_test:
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
10 cd monero_c
11 - git checkout 9526921acb774b523a2e1d9ba9a7b389acfc6b70
11 + git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero