Skip to content

Commit

Permalink
refactore: Fix import tag issue #3155
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 6, 2024
1 parent 5986170 commit 1de18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/import_wallet/cubit/import_wallet_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class ImportWalletCubit extends Cubit<ImportWalletState> {
await walletCubit.createCryptoWallet(
accountName: accountName,
mnemonicOrKey: mnemonicOrKey,
isImported: !isFromOnboarding,
isImported: true,
isFromOnboarding: isFromOnboarding,
blockchainType: null,
qrCodeScanCubit: qrCodeScanCubit,
Expand Down

0 comments on commit 1de18c1

Please sign in to comment.