mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Update monero.dart and monero_c versions.
This commit is contained in:
parent
bd02c1febf
commit
eef25149c9
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://git.mrcyjanek.net/mrcyjanek/monero.dart
|
||||
ref: 57e075ee67d16aa0f3f75fba67d79529fbc73a6c
|
||||
ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -10,7 +10,7 @@ if [[ ! -d "monero_c" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
|
||||
cd monero_c
|
||||
git checkout cd90f3bcd0349759030751ec7ce84eec6ee80c43
|
||||
git checkout 07d3a5d7da8c1ad3603756a7621fcfc5399110a4
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Reference in a new issue