Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-05 14:04:36 +04:00
parent 41171e9e0c
commit 97363be1e1
7 changed files with 560 additions and 2 deletions

View file

@ -19,7 +19,7 @@ internal class MultiWalletCryptoCurrenciesSupplierModule {
): MultiWalletCryptoCurrenciesSupplier {
return object : MultiWalletCryptoCurrenciesSupplier(
factory = factory,
keyCreator = { "multi_crypto_currency_${it.userWalletId}" },
keyCreator = { "multi_crypto_currency_${it.userWalletId.stringValue}" },
) {}
}
}