Updated on 2026-08-14
This commit is contained in:
parent
e8d25878c2
commit
b7e95ab3ba
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ internal class SendDestinationModel @Inject constructor(
|
|||
private fun initSenderAddress() {
|
||||
modelScope.launch {
|
||||
senderAddresses.value = getNetworkAddressesUseCase.invokeSync(userWalletId, cryptoCurrency.network)
|
||||
.filter { cryptoCurrency.id == it.cryptoCurrency.id }
|
||||
}
|
||||
senderAddresses.onEach {
|
||||
getWalletsAndRecent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue