diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-04-18 00:10:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 00:10:47 +0200 |
| commit | 2e3405fa5729fbbdcc30eac07e83e0f572e178d9 (patch) | |
| tree | bad65570c2d9a1881c7d8c4450737cce4af8ee3b /impls/monero.ts | |
| parent | f3f792de0a1e39649df0ee6a161892738fce503d (diff) | |
sdk updates (#133)
* cmake: fix minimum required version
* fix: unary_function -> __unary_function
* fix it only where it's broken
* update zano to 400
* improve ci speed, update xcode
* update dockerfile, remove zano mingw
* 16.2
Diffstat (limited to 'impls/monero.ts')
| -rw-r--r-- | impls/monero.ts/checksum_zano.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.ts/checksum_zano.ts b/impls/monero.ts/checksum_zano.ts index 6044c9a..227a109 100644 --- a/impls/monero.ts/checksum_zano.ts +++ b/impls/monero.ts/checksum_zano.ts @@ -1,5 +1,5 @@ export const zanoChecksum = { wallet2_api_c_h_sha256: "8acaa95513b85a984c08e05cc3f2ac7530bb8f32946eeeb45357bd846aef33dd", - wallet2_api_c_cpp_sha256: "4efacd3812d53dd268b6869cc0a9560e7320574d96e09136cf067f796edfeba6-ccfc0327e05f73478b8493accec4a7a1878ff4b1", + wallet2_api_c_cpp_sha256: "4efacd3812d53dd268b6869cc0a9560e7320574d96e09136cf067f796edfeba6-83eefd205e3df84da0bf095257459fe778330316", wallet2_api_c_exp_sha256: "66f3ff655bbfd11ad28c318ab707090b5a93276f436b06f7b1c0f329dba3c9c2", } |
