Updated on 2026-08-14
This commit is contained in:
parent
41171e9e0c
commit
97363be1e1
7 changed files with 560 additions and 2 deletions
|
|
@ -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}" },
|
||||
) {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue