diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-10-21 12:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-21 12:54:58 +0200 |
| commit | 1d8e0fb30b53c28756f23676d5a3e1a99a9b3051 (patch) | |
| tree | 39d96db065dfb35cd995968ee21bff00ea836a99 /impls/monero.ts | |
| parent | d04dcf67ec042fca76b48ffc09ea9d2ea4b5106e (diff) | |
ledger changes (#41)v0.18.3.4-RC5
* ledger changes
* minor fix
* Implement monero queryWalletDevice
* update checksums
* Remove ledger_flutter_plus dependency
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
Diffstat (limited to 'impls/monero.ts')
| -rw-r--r-- | impls/monero.ts/checksum_monero.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/impls/monero.ts/checksum_monero.ts b/impls/monero.ts/checksum_monero.ts index 88406a0..d421d01 100644 --- a/impls/monero.ts/checksum_monero.ts +++ b/impls/monero.ts/checksum_monero.ts @@ -1,5 +1,5 @@ export const moneroChecksum = { - wallet2_api_c_h_sha256: "e8db0ef0324a153f5e3ecca4c0db23c54f4576e84988f04bd4f11c1142f9d7ad", - wallet2_api_c_cpp_sha256: "dca52ac9ee009fda9fb5726543a454885e61d8eb74fb33112288029ed625bec5-b089f9ee69924882c5d14dd1a6991deb05d9d1cd", + wallet2_api_c_h_sha256: "198a27486ce4f014b737f52ec2879a90838c3b3ca088de8dc7d55b79a10f4a5b", + wallet2_api_c_cpp_sha256: "22b0c9dd542fb55edfe9e17da67e97ddf5f80bcdd3e126e1bd64cce54234bde1-b089f9ee69924882c5d14dd1a6991deb05d9d1cd", wallet2_api_c_exp_sha256: "c8913ac41068f67b57c9b0a3c7dd8973e3c1273b66c2ff0aadb0003931da748c", } |
