diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-26 13:29:48 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-26 13:29:48 +0200 |
| commit | 883d69804bc8c984085b84604788383e57274280 (patch) | |
| tree | 4d69071960fc64b29bbcea7b68acfa68c4b9de46 /impls/monero.dart/lib/src/checksum_monero.dart | |
| parent | d2c7a142225517f9f9e1cfed9d8761d702f1cdc6 (diff) | |
Diffstat (limited to 'impls/monero.dart/lib/src/checksum_monero.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/checksum_monero.dart | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/impls/monero.dart/lib/src/checksum_monero.dart b/impls/monero.dart/lib/src/checksum_monero.dart index 49f3074..ffd8e1a 100644 --- a/impls/monero.dart/lib/src/checksum_monero.dart +++ b/impls/monero.dart/lib/src/checksum_monero.dart @@ -1,4 +1,7 @@ // ignore_for_file: constant_identifier_names -const String wallet2_api_c_h_sha256 = "563113bbf36f153d66d6f656ea6f364172a0e801074dcffffab62374a628607f"; -const String wallet2_api_c_cpp_sha256 = "5231bad07c802e88fc17781b71e85fce7a0dc750301893482577558aa56f925d-dbcc7d212c094bd1a45f7291dbb99a4b4627a96d"; -const String wallet2_api_c_exp_sha256 = "d873158058e22fabba8d809e9c6cdf633e1b6b2bd78ee5b617435b66131ce600"; +const String wallet2_api_c_h_sha256 = + "563113bbf36f153d66d6f656ea6f364172a0e801074dcffffab62374a628607f"; +const String wallet2_api_c_cpp_sha256 = + "5231bad07c802e88fc17781b71e85fce7a0dc750301893482577558aa56f925d-dbcc7d212c094bd1a45f7291dbb99a4b4627a96d"; +const String wallet2_api_c_exp_sha256 = + "d873158058e22fabba8d809e9c6cdf633e1b6b2bd78ee5b617435b66131ce600"; |
