Skip to content

Commit 03f4b2f

Browse files
committed
removed init finally{} block for Xelis
1 parent 4431d8c commit 03f4b2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/wallets/wallet/impl/xelis_wallet.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,10 @@ class XelisWallet extends LibXelisWallet {
181181
}
182182
}
183183
}
184+
_initCompleter!.complete();
184185
} catch (e) {
185186
_initCompleter!.completeError(e);
186187
rethrow;
187-
} finally {
188-
_initCompleter!.complete();
189188
}
190189

191190
return super.init();

0 commit comments

Comments
 (0)