Updated on 2026-08-14
This commit is contained in:
parent
207dbeed3c
commit
0ae9e75e90
16 changed files with 55 additions and 60 deletions
|
|
@ -46,7 +46,7 @@ object MockAccounts {
|
|||
derivationIndex: Int,
|
||||
name: String = "Account #$derivationIndex",
|
||||
icon: CryptoPortfolioIcon = CryptoPortfolioIcon.ofDefaultCustomAccount(),
|
||||
cryptoCurrencies: Set<CryptoCurrency> = emptySet(),
|
||||
cryptoCurrencies: List<CryptoCurrency> = emptyList(),
|
||||
userWalletId: UserWalletId = this.userWalletId,
|
||||
): Account.CryptoPortfolio {
|
||||
val derivationIndex = DerivationIndex(derivationIndex).getOrNull()!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue