diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 20:22:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 20:22:25 +0200 |
| commit | 0737e1a7a1335b77b9bd90505241d5647eb7fd3e (patch) | |
| tree | b0232242756668b6aab32dc9d8a99c22d959df9c /impls | |
| parent | 4b4e434c250818c1de468e76317cb309be71b279 (diff) | |
Fix darwin builds (#24)v0.18.3.3-RC50
* Update wownero_libwallet2_api_c.exp
Diffstat (limited to 'impls')
| -rw-r--r-- | impls/monero.dart/lib/src/checksum_wownero.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.dart/lib/src/checksum_wownero.dart b/impls/monero.dart/lib/src/checksum_wownero.dart index a6d5358..f4ed1e7 100644 --- a/impls/monero.dart/lib/src/checksum_wownero.dart +++ b/impls/monero.dart/lib/src/checksum_wownero.dart @@ -1,4 +1,4 @@ // ignore_for_file: constant_identifier_names const String wallet2_api_c_h_sha256 = "8a8d386dd5d996c89a0586c55b295ef95ca584bf1ffa26255152b291910a0a77"; const String wallet2_api_c_cpp_sha256 = "ed400bd9c4709383ffd42a9fbe68be37a2a47a42f92eacaf3a2dbd248c422739"; -const String wallet2_api_c_exp_sha256 = "dd9874cc43a6a74bbfa3e49c4ad3f835ff22efd3de8f679cc91c4af3d931aedb"; +const String wallet2_api_c_exp_sha256 = "3673e40e1a7115552276d1d541f6e4d5a0fef47c40fff7b988f49923af84c8a4"; |
