Skip to content

Commit 0c70ff2

Browse files
committed
fix: stale failed tx
1 parent 3297813 commit 0c70ff2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mobile-app/lib/services/transaction_submission_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class TransactionSubmissionService {
177177
TransactionState.failed,
178178
error: 'Failed to submit after $maxRetries attempts: $e',
179179
);
180+
_ref.read(pendingTransactionsProvider.notifier).remove(pendingTx.id);
180181
}
181182
}
182183
}

0 commit comments

Comments
 (0)