diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-17 23:49:04 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-17 23:49:04 +0200 |
commit | 78ea2ba5b110bc36d8625a1dd524257906788552 (patch) | |
tree | f60ce522e2af61f21d66a66e72fd32b881957398 /lib/wallet/cryptoLib.ts | |
parent | 8c0c4b5331d3cb467bb24c253fae3ca623ba5205 (diff) |
automatic refresh with resume
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r-- | lib/wallet/cryptoLib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts index 2782327ac..db82b5cf4 100644 --- a/lib/wallet/cryptoLib.ts +++ b/lib/wallet/cryptoLib.ts @@ -335,6 +335,7 @@ namespace RpcFunctions { norevealIndex: undefined, exchangeBaseUrl, transferPrivs, + finished: false, }; return refreshSession; |