File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/pages/add_wallet_views/restore_wallet_view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import '../../../wallets/isar/models/wallet_info.dart';
5050import '../../../wallets/wallet/impl/epiccash_wallet.dart' ;
5151import '../../../wallets/wallet/impl/monero_wallet.dart' ;
5252import '../../../wallets/wallet/impl/wownero_wallet.dart' ;
53- import '../../../wallets/wallet/intermediate/lib_monero_wallet .dart' ;
53+ import '../../../wallets/wallet/intermediate/external_wallet .dart' ;
5454import '../../../wallets/wallet/impl/xelis_wallet.dart' ;
5555import '../../../wallets/wallet/supporting/epiccash_wallet_info_extension.dart' ;
5656import '../../../wallets/wallet/wallet.dart' ;
@@ -391,7 +391,7 @@ class _RestoreWalletViewState extends ConsumerState<RestoreWalletView> {
391391
392392 await wallet.recover (isRescan: false );
393393
394- if (wallet is LibMoneroWallet ) {
394+ if (wallet is ExternalWallet ) {
395395 await wallet.exit ();
396396 }
397397
You can’t perform that action at this time.
0 commit comments