From fb6508de9d71600dbca59cb0e6a4c77e4f3f3ee5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Dec 2019 21:10:57 +0100 Subject: finish refresh correctly, display fees correctly --- src/types/pending.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types/pending.ts') diff --git a/src/types/pending.ts b/src/types/pending.ts index 53932e8f3..efb97f536 100644 --- a/src/types/pending.ts +++ b/src/types/pending.ts @@ -87,6 +87,8 @@ export interface PendingRefreshOperation { type: PendingOperationType.Refresh; lastError?: OperationError; refreshGroupId: string; + finishedPerCoin: boolean[]; + retryInfo: RetryInfo; } export interface PendingProposalDownloadOperation { -- cgit v1.2.3