Skip to content

Commit

Permalink
import - remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Apr 9, 2024
1 parent bab2203 commit 58a883b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions lib/import/bloc/import_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'package:bb_mobile/_pkg/wallet/create_sensitive.dart';
import 'package:bb_mobile/_pkg/wallet/lwk/sensitive_create.dart';
import 'package:bb_mobile/_pkg/wallet/repository/sensitive_storage.dart';
import 'package:bb_mobile/_pkg/wallet/repository/storage.dart';
import 'package:bb_mobile/_pkg/wallet/testable_wallets.dart';
import 'package:bb_mobile/_pkg/wallet/utils.dart';
import 'package:bb_mobile/import/bloc/import_state.dart';
import 'package:bb_mobile/network/bloc/network_cubit.dart';
Expand All @@ -36,14 +35,14 @@ class ImportWalletCubit extends Cubit<ImportState> {
}) : super(
ImportState(
mainWallet: mainWallet,
words12: [
...importW(instantTN1),
],
// words12: [
// ...importW(instantTN1),
// ],
),
) {
// clearErrors();
// reset();
// emit(state.copyWith(words12: [...emptyWords12], words24: [...emptyWords24]));
clearErrors();
reset();
emit(state.copyWith(words12: [...emptyWords12], words24: [...emptyWords24]));

if (mainWallet) recoverClicked();
}
Expand Down

0 comments on commit 58a883b

Please sign in to comment.