Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-29 17:38:43 +03:00
parent 4a0c4b0cb1
commit 87242e0284
3 changed files with 16 additions and 7 deletions

View file

@ -211,7 +211,7 @@ internal class WalletsUpdateActionResolverV2 @Inject constructor(
override fun toString(): String {
return """
Initialize(
InitializeWallets(
selectedWalletIndex = $selectedWalletIndex,
selectedWallet = ${selectedWallet.walletId},
wallets = ${wallets.joinToString { it.walletId.toString() }}