aboutsummaryrefslogtreecommitdiff
path: root/src/operations/state.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/state.ts')
-rw-r--r--src/operations/state.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/state.ts b/src/operations/state.ts
index 3e4936c98..ae32db2b3 100644
--- a/src/operations/state.ts
+++ b/src/operations/state.ts
@@ -39,6 +39,7 @@ export class InternalWalletState {
> = new AsyncOpMemoSingle();
memoGetBalance: AsyncOpMemoSingle<WalletBalance> = new AsyncOpMemoSingle();
memoProcessRefresh: AsyncOpMemoMap<void> = new AsyncOpMemoMap();
+ memoProcessRecoup: AsyncOpMemoMap<void> = new AsyncOpMemoMap();
cryptoApi: CryptoApi;
listeners: NotificationListener[] = [];