diff --git a/lib/services/w3m_service/w3m_service.dart b/lib/services/w3m_service/w3m_service.dart index a1880aaa..1af6d3ff 100644 --- a/lib/services/w3m_service/w3m_service.dart +++ b/lib/services/w3m_service/w3m_service.dart @@ -436,7 +436,7 @@ class W3MService with ChangeNotifier implements IW3MService { @override Future connectSelectedWallet({bool inBrowser = false}) async { _checkInitialized(); - // final walletToConnect = _selectedWallet ?? walletInfo; + if (selectedWalletRedirect == null) { throw W3MServiceException( 'You didn\'t select a wallet or walletInfo argument is null',