Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-11 11:56:37 +05:00
parent 3eb843a05f
commit 9c6d5fc4fa
15 changed files with 192 additions and 73 deletions

View file

@ -88,6 +88,7 @@ class InvalidatePendingTransactionsUseCase(
validatorAddress = action.validatorAddress ?: action.validatorAddresses?.get(0) ?: "",
date = null,
pendingActions = emptyList(),
pendingActionsConstraints = emptyList(),
isPending = true,
),
)