-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// ignore_for_file: constant_identifier_names | ||
|
||
const String wallet2_api_c_h_sha256 = "b9c712f59873da33dfc4c9caa4850ee5cba4bf7310179dfc33af9d3029d9855a"; | ||
const String wallet2_api_c_cpp_sha256 = "7edf0905802faa48f66362a6d2ebf25f458107b67cd4abc6d01886c40f5634ef"; | ||
const String wallet2_api_c_exp_sha256 = "bfac0ee584f50bd9263ae453103530c2594b21aec8ae7622e8c192c027f5d6af"; | ||
const int libwallet2_api_c_version = 46; | ||
const String wallet2_api_c_date = "2024-07-16 13:17:16 +0200"; | ||
const int libwallet2_api_c_version = 47; | ||
const String wallet2_api_c_date = "2024-07-30 14:33:17 +0000"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// ignore_for_file: constant_identifier_names | ||
|
||
const String wallet2_api_c_h_sha256 = "1f4688b9ddacbc33e82426c50480ab8e3727718f59e577080a7dc6dca48bcf9d"; | ||
const String wallet2_api_c_cpp_sha256 = "f5047661949961d19a1dfadec0fa24e83911b2f7c4b658717edb5b50ab2055a1"; | ||
const String wallet2_api_c_exp_sha256 = "dd9874cc43a6a74bbfa3e49c4ad3f835ff22efd3de8f679cc91c4af3d931aedb"; | ||
const int libwallet2_api_c_version = 19; | ||
const String wallet2_api_c_date = "2024-07-16 13:17:16 +0200"; | ||
const int libwallet2_api_c_version = 20; | ||
const String wallet2_api_c_date = "2024-07-30 14:33:17 +0000"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
#ifndef MONEROC_CHECKSUMS | ||
#define MONEROC_CHECKSUMS | ||
const char * WOWNERO_wallet2_api_c_h_sha256 = "1f4688b9ddacbc33e82426c50480ab8e3727718f59e577080a7dc6dca48bcf9d"; | ||
const char * WOWNERO_wallet2_api_c_cpp_sha256 = "f5047661949961d19a1dfadec0fa24e83911b2f7c4b658717edb5b50ab2055a1"; | ||
const char * WOWNERO_wallet2_api_c_exp_sha256 = "dd9874cc43a6a74bbfa3e49c4ad3f835ff22efd3de8f679cc91c4af3d931aedb"; | ||
const int WOWNERO_libwallet2_api_c_version = 19; | ||
const char * WOWNERO_wallet2_api_c_date = "2024-07-16 13:17:16 +0200"; | ||
const int WOWNERO_libwallet2_api_c_version = 20; | ||
const char * WOWNERO_wallet2_api_c_date = "2024-07-30 14:33:17 +0000"; | ||
#endif |