diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-12-30 17:16:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 17:16:05 +0100 |
| commit | 14e268e29f33fae8fbbd5a81a08d69552e40f729 (patch) | |
| tree | 5b72e121a4cc8fed5deff2b31d43b0b75d9950d5 /impls/monero.dart/lib | |
| parent | 8d3a64e05d60924272275d5674db5345f701ba2d (diff) | |
| parent | a6134fcebc9928b8a1e90623b136e4e4a309fc64 (diff) | |
Merge branch 'develop' into zano
Diffstat (limited to 'impls/monero.dart/lib')
| -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 615a989..bada1f4 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 = "f99009d1ca1d1c783cc9aa0fb63f680d48753b88124fb5de2079c57b7e34c827"; -const String wallet2_api_c_cpp_sha256 = "880add77ec8c77d8054a6f21e996d6d08a37ef84e10df7220630426fd048b43c-dd46a31f3cab67b316e9239b15acf7d5cea60aa9"; +const String wallet2_api_c_cpp_sha256 = "70b39a0bef660cb9ba0397117eb1590e18461ace89ab18141690658a2a537d5d-dd46a31f3cab67b316e9239b15acf7d5cea60aa9"; const String wallet2_api_c_exp_sha256 = "5f53ea8bbe66a5e5aa6cbc4ca00695900e08589cfd32062e88965a24252d05ba"; |
