From e3b88da039d4790cd6624bdab32801ccd6d7b9e6 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 30 Jul 2024 15:13:50 +0000 Subject: [PATCH] update checksums --- impls/monero.dart/lib/src/checksum_wownero.dart | 4 ++-- wownero_libwallet2_api_c/src/main/cpp/wownero_checksum.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/impls/monero.dart/lib/src/checksum_wownero.dart b/impls/monero.dart/lib/src/checksum_wownero.dart index 15e5af91..3f629dca 100644 --- a/impls/monero.dart/lib/src/checksum_wownero.dart +++ b/impls/monero.dart/lib/src/checksum_wownero.dart @@ -2,5 +2,5 @@ const String wallet2_api_c_h_sha256 = "1f4688b9ddacbc33e82426c50480ab8e3727718f59e577080a7dc6dca48bcf9d"; const String wallet2_api_c_cpp_sha256 = "f2b818197f90711d938c17ce0513b110b1e2b4fe9765f54be7afa5a3b4ad8077"; const String wallet2_api_c_exp_sha256 = "dd9874cc43a6a74bbfa3e49c4ad3f835ff22efd3de8f679cc91c4af3d931aedb"; -const int libwallet2_api_c_version = 23; -const String wallet2_api_c_date = "2024-07-30 15:12:07 +0000"; +const int libwallet2_api_c_version = 25; +const String wallet2_api_c_date = "2024-07-30 15:13:50 +0000"; diff --git a/wownero_libwallet2_api_c/src/main/cpp/wownero_checksum.h b/wownero_libwallet2_api_c/src/main/cpp/wownero_checksum.h index 961018fb..5b2cef94 100644 --- a/wownero_libwallet2_api_c/src/main/cpp/wownero_checksum.h +++ b/wownero_libwallet2_api_c/src/main/cpp/wownero_checksum.h @@ -3,6 +3,6 @@ const char * WOWNERO_wallet2_api_c_h_sha256 = "1f4688b9ddacbc33e82426c50480ab8e3727718f59e577080a7dc6dca48bcf9d"; const char * WOWNERO_wallet2_api_c_cpp_sha256 = "f2b818197f90711d938c17ce0513b110b1e2b4fe9765f54be7afa5a3b4ad8077"; const char * WOWNERO_wallet2_api_c_exp_sha256 = "dd9874cc43a6a74bbfa3e49c4ad3f835ff22efd3de8f679cc91c4af3d931aedb"; -const int WOWNERO_libwallet2_api_c_version = 23; -const char * WOWNERO_wallet2_api_c_date = "2024-07-30 15:12:07 +0000"; +const int WOWNERO_libwallet2_api_c_version = 25; +const char * WOWNERO_wallet2_api_c_date = "2024-07-30 15:13:50 +0000"; #endif