Updated on 2026-08-14
This commit is contained in:
commit
1ccffe29f5
1 changed files with 3 additions and 3 deletions
|
|
@ -74,13 +74,13 @@ internal class DefaultMultiNetworkStatusFetcher @Inject constructor(
|
|||
|
||||
val result = coroutineScope {
|
||||
params.networks
|
||||
.map {
|
||||
.map { network ->
|
||||
async {
|
||||
singleNetworkStatusFetcher(
|
||||
params = SingleNetworkStatusFetcher.Params.Prepared(
|
||||
userWalletId = params.userWalletId,
|
||||
network = it,
|
||||
addedNetworkCurrencies = networksCurrencies,
|
||||
network = network,
|
||||
addedNetworkCurrencies = networksCurrencies.filter { it.network == network }.toSet(),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue