removed init finally{} block for Xelis

This commit is contained in:
Tritonn204 2025-03-20 21:22:51 -05:00
parent 4431d8c689
commit 03f4b2fdea

View file

@ -181,11 +181,10 @@ class XelisWallet extends LibXelisWallet {
}
}
}
_initCompleter!.complete();
} catch (e) {
_initCompleter!.completeError(e);
rethrow;
} finally {
_initCompleter!.complete();
}
return super.init();