diff options
| author | Konstantin Ullrich <konstantinullrich12@gmail.com> | 2024-11-22 15:45:45 +0100 |
|---|---|---|
| committer | Konstantin Ullrich <konstantinullrich12@gmail.com> | 2024-11-22 15:45:45 +0100 |
| commit | ca89b74eb585fbf9436c4e8a9c58371f41eb22b4 (patch) | |
| tree | 1beaacc8190b8a69c7674dedffffa3d48c4b892f /impls/monero.dart | |
| parent | 1cccda90358e43ae8f45f9010bfb38f5e38606e5 (diff) | |
Revert some stuff
Diffstat (limited to 'impls/monero.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/checksum_monero.dart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/impls/monero.dart/lib/src/checksum_monero.dart b/impls/monero.dart/lib/src/checksum_monero.dart index f3f2884..71d497b 100644 --- a/impls/monero.dart/lib/src/checksum_monero.dart +++ b/impls/monero.dart/lib/src/checksum_monero.dart @@ -1,4 +1,4 @@ // ignore_for_file: constant_identifier_names -const String wallet2_api_c_h_sha256 = "87ec362cdf9b3e6403d899c11e7ae39d932a8098c3ebb360723b537bded2d8de"; -const String wallet2_api_c_cpp_sha256 = "32cc5fbbdb89e77f33619b7f3d942cfac4202f3a3838605a396aed3882d668b5-b089f9ee69924882c5d14dd1a6991deb05d9d1cd"; -const String wallet2_api_c_exp_sha256 = "c1f785d62709fd8b849063ecf4fe8854d9e3b05b568b9716de98d33e7bdaf522"; +const String wallet2_api_c_h_sha256 = "6fa19c7357e6674ee044cca718648bee2be9d2ab819395bd9c4fb8e63e0bcca7"; +const String wallet2_api_c_cpp_sha256 = "bc35885da4f8744ec9989f52b7e3212b9d028da754fe7816d990299eec61da65-b089f9ee69924882c5d14dd1a6991deb05d9d1cd"; +const String wallet2_api_c_exp_sha256 = "a81491e78d8f4568236856376d432705b48312c252050c1faeabc24c193764ce"; |
