Merge branch '165_wallet_import_screen' of https://github.com/LukasKorba/secant-ios-wallet into 165_wallet_import_screen

This commit is contained in:
Lukas Korba 2022-03-01 17:10:19 +01:00
commit 158c75ce57
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extension ImportWalletReducer {
static let `default` = ImportWalletReducer { _, action, _ in static let `default` = ImportWalletReducer { _, action, _ in
switch action { switch action {
case .importRecoveryPhrase: case .importRecoveryPhrase:
// TODO: once connected to SDK, use the state.importedSeedPhrase // TODO: once connected to SDK, use the state.importedSeedPhrase (Issue #166)
return .none return .none
case .importPrivateOrViewingKey: case .importPrivateOrViewingKey: