Update error message (#1988)

This commit is contained in:
cyan 2025-01-30 14:40:56 +01:00 committed by GitHub
parent 1c07048808
commit 5fae4bc5d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -511,8 +511,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"

View file

@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
path: impls/monero.dart
mutex: ^3.1.0
ledger_flutter_plus: ^1.4.1

View file

@ -471,8 +471,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"

View file

@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
path: impls/monero.dart
mutex: ^3.1.0

View file

@ -476,8 +476,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
resolved-ref: "9526921acb774b523a2e1d9ba9a7b389acfc6b70"
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"

View file

@ -26,7 +26,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
path: impls/monero.dart
dev_dependencies:
flutter_test:

View file

@ -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 9526921acb774b523a2e1d9ba9a7b389acfc6b70
git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero