diff options
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; |