Skip to content

Commit

Permalink
Update error message (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK authored Jan 30, 2025
1 parent 1c07048 commit 5fae4bc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cw_monero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cw_monero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cw_wownero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cw_wownero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cw_zano/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cw_zano/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_moneroc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fae4bc

Please sign in to comment.