Updated on 2026-08-14
This commit is contained in:
parent
39303971df
commit
910be11531
12 changed files with 38 additions and 29 deletions
|
|
@ -253,7 +253,8 @@ internal class StakingTransactionSender @AssistedInject constructor(
|
|||
val txUrl = getExplorerTransactionUrlUseCase(
|
||||
txHash = transactionHashes.last(),
|
||||
networkId = cryptoCurrencyStatus.currency.network.id,
|
||||
).getOrNull() ?: ""
|
||||
currency = cryptoCurrencyStatus.currency,
|
||||
).getOrNull().orEmpty()
|
||||
|
||||
balanceUpdater.updateAfterTransaction()
|
||||
onSendSuccess(txUrl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue