From 883d69804bc8c984085b84604788383e57274280 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 26 May 2026 13:29:48 +0200 Subject: wip? --- impls/monero.dart/lib/src/checksum_wownero.dart | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'impls/monero.dart/lib/src/checksum_wownero.dart') diff --git a/impls/monero.dart/lib/src/checksum_wownero.dart b/impls/monero.dart/lib/src/checksum_wownero.dart index a82fd59..b8e41de 100644 --- a/impls/monero.dart/lib/src/checksum_wownero.dart +++ b/impls/monero.dart/lib/src/checksum_wownero.dart @@ -1,4 +1,7 @@ // ignore_for_file: constant_identifier_names -const String wallet2_api_c_h_sha256 = "f99009d1ca1d1c783cc9aa0fb63f680d48753b88124fb5de2079c57b7e34c827"; -const String wallet2_api_c_cpp_sha256 = "4da7caa6ed47e95f0d1ee62315e46d3d9200d32cc6c49dbcadfc0ad053799ea6-cfd2a696245be112a01936d1f2f41b6eb7558376"; -const String wallet2_api_c_exp_sha256 = "5f53ea8bbe66a5e5aa6cbc4ca00695900e08589cfd32062e88965a24252d05ba"; +const String wallet2_api_c_h_sha256 = + "f99009d1ca1d1c783cc9aa0fb63f680d48753b88124fb5de2079c57b7e34c827"; +const String wallet2_api_c_cpp_sha256 = + "4da7caa6ed47e95f0d1ee62315e46d3d9200d32cc6c49dbcadfc0ad053799ea6-cfd2a696245be112a01936d1f2f41b6eb7558376"; +const String wallet2_api_c_exp_sha256 = + "5f53ea8bbe66a5e5aa6cbc4ca00695900e08589cfd32062e88965a24252d05ba"; -- cgit v1.2.3