Updated on 2026-08-14
This commit is contained in:
parent
7c50cc09dc
commit
d1189ffda2
12 changed files with 9 additions and 25 deletions
|
|
@ -76,7 +76,7 @@ internal class P2PEthPoolTransactionSender @AssistedInject constructor(
|
|||
ifRight = { broadcastResult ->
|
||||
val txUrl = getExplorerTransactionUrlUseCase(
|
||||
txHash = broadcastResult.hash,
|
||||
networkId = cryptoCurrencyStatus.currency.network.id,
|
||||
currency = cryptoCurrencyStatus.currency,
|
||||
).getOrNull().orEmpty()
|
||||
|
||||
balanceUpdater.updateAfterTransaction()
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ internal class StakeKitTransactionSender @AssistedInject constructor(
|
|||
|
||||
val txUrl = getExplorerTransactionUrlUseCase(
|
||||
txHash = transactionHashes.last(),
|
||||
networkId = cryptoCurrencyStatus.currency.network.id,
|
||||
currency = cryptoCurrencyStatus.currency,
|
||||
).getOrNull().orEmpty()
|
||||
|
||||
balanceUpdater.updateAfterTransaction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue