From f7cc74a29a55dadd5545d887415282239f4ca88b Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 31 Oct 2019 09:46:50 +0200 Subject: [PATCH] fix recovery with mnemonic on keycard --- src/status_im/hardwallet/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/hardwallet/core.cljs b/src/status_im/hardwallet/core.cljs index 65c84f3412..2bad60b57e 100644 --- a/src/status_im/hardwallet/core.cljs +++ b/src/status_im/hardwallet/core.cljs @@ -1645,7 +1645,7 @@ (filter #(= (:id %) selected-id)) first :mnemonic) - recovery-mnemonic (get-in db [:multiaccounts/recover :passphrase]) + recovery-mnemonic (get-in db [:intro-wizard :passphrase]) mnemonic' (or user-selected-mnemonic mnemonic recovery-mnemonic) pin' (or pin (vector->string (get-in db [:hardwallet :pin :current])))] (fx/merge cofx