aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-17 23:49:04 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-17 23:49:04 +0200
commit78ea2ba5b110bc36d8625a1dd524257906788552 (patch)
treef60ce522e2af61f21d66a66e72fd32b881957398 /lib/wallet/types.ts
parent8c0c4b5331d3cb467bb24c253fae3ca623ba5205 (diff)
downloadwallet-core-78ea2ba5b110bc36d8625a1dd524257906788552.tar.xz
automatic refresh with resume
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index 9d634618a..5beff72bd 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -226,6 +226,8 @@ export interface RefreshSession {
hash: string;
exchangeBaseUrl: string;
+
+ finished: boolean;
}