Updated on 2026-08-14
This commit is contained in:
commit
0bf883e706
3 changed files with 44 additions and 18 deletions
|
|
@ -89,7 +89,7 @@ internal class OnrampSuccessComponentModel @Inject constructor(
|
|||
|
||||
private fun removeTransactionIfTerminalStatus(status: OnrampStatus) {
|
||||
modelScope.launch {
|
||||
if (status.status.isTerminal()) {
|
||||
if (status.status.isTerminal) {
|
||||
onrampRemoveTransactionUseCase(status.txId)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue