diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock
index ae051104e..4c0d08480 100644
--- a/cw_monero/pubspec.lock
+++ b/cw_monero/pubspec.lock
@@ -511,8 +511,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
-      resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
+      ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
+      resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml
index 3cbed7d38..b70e6dc47 100644
--- a/cw_monero/pubspec.yaml
+++ b/cw_monero/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
+      ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
       path: impls/monero.dart
   mutex: ^3.1.0
   ledger_flutter_plus: ^1.4.1
diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock
index 4285e10c0..160cf9910 100644
--- a/cw_wownero/pubspec.lock
+++ b/cw_wownero/pubspec.lock
@@ -471,8 +471,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
-      resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
+      ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
+      resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_wownero/pubspec.yaml b/cw_wownero/pubspec.yaml
index 3c6fe1648..bb001594b 100644
--- a/cw_wownero/pubspec.yaml
+++ b/cw_wownero/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
+      ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
       path: impls/monero.dart
   mutex: ^3.1.0
 
diff --git a/cw_zano/pubspec.lock b/cw_zano/pubspec.lock
index 06bce95db..063136f6e 100644
--- a/cw_zano/pubspec.lock
+++ b/cw_zano/pubspec.lock
@@ -476,8 +476,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
-      resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
+      ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
+      resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_zano/pubspec.yaml b/cw_zano/pubspec.yaml
index e542b11b7..0154b3898 100644
--- a/cw_zano/pubspec.yaml
+++ b/cw_zano/pubspec.yaml
@@ -26,7 +26,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
+      ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
       path: impls/monero.dart
 dev_dependencies:
   flutter_test:
diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh
index e710d885b..fdf842bc3 100755
--- a/scripts/prepare_moneroc.sh
+++ b/scripts/prepare_moneroc.sh
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
 then
     git clone https://github.com/mrcyjanek/monero_c --branch master
     cd monero_c
-    git checkout 61cea8db5adb06d0ee4016607779557e5f345be4
+    git checkout 70ba345ded54b1a7d3ed559d4997f94ef7a76300
     git reset --hard
     git submodule update --init --force --recursive
     ./apply_patches.sh monero