Update secant/Features/ImportWallet/ImportWalletStore.swift

Co-authored-by: Francisco Gindre <francisco.gindre@gmail.com>
This commit is contained in:
Lukas Korba 2022-03-01 17:09:18 +01:00 committed by GitHub
parent 59741f9cc6
commit 3fd5a2061d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: