diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml index ce0415909..a033028e3 100644 --- a/cw_monero/pubspec.yaml +++ b/cw_monero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://git.mrcyjanek.net/mrcyjanek/monero.dart - ref: 57e075ee67d16aa0f3f75fba67d79529fbc73a6c + ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac dev_dependencies: flutter_test: diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 0ae270588..87cf41d7f 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -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