mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-17 19:51:58 +00:00
removed init finally{} block for Xelis
This commit is contained in:
parent
4431d8c689
commit
03f4b2fdea
1 changed files with 1 additions and 2 deletions
|
@ -181,11 +181,10 @@ class XelisWallet extends LibXelisWallet {
|
|||
}
|
||||
}
|
||||
}
|
||||
_initCompleter!.complete();
|
||||
} catch (e) {
|
||||
_initCompleter!.completeError(e);
|
||||
rethrow;
|
||||
} finally {
|
||||
_initCompleter!.complete();
|
||||
}
|
||||
|
||||
return super.init();
|
||||
|
|
Loading…
Reference in a new issue