From 3fd5a2061db41ae26064b7304158f8bbc6891db2 Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Tue, 1 Mar 2022 17:09:18 +0100 Subject: [PATCH] Update secant/Features/ImportWallet/ImportWalletStore.swift Co-authored-by: Francisco Gindre --- secant/Features/ImportWallet/ImportWalletStore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secant/Features/ImportWallet/ImportWalletStore.swift b/secant/Features/ImportWallet/ImportWalletStore.swift index 7c6bf56..adfb0a5 100644 --- a/secant/Features/ImportWallet/ImportWalletStore.swift +++ b/secant/Features/ImportWallet/ImportWalletStore.swift @@ -33,7 +33,7 @@ extension ImportWalletReducer { static let `default` = ImportWalletReducer { _, action, _ in switch action { case .importRecoveryPhrase: - // TODO: once connected to SDK, use the state.importedSeedPhrase + // TODO: once connected to SDK, use the state.importedSeedPhrase (Issue #166) return .none case .importPrivateOrViewingKey: