initialize wallet
This commit is contained in:
parent
aaf219807d
commit
fe44c84c09
@ -191,6 +191,7 @@ async function withWallet<T>(
|
||||
ws: wallet,
|
||||
client: wallet.client,
|
||||
};
|
||||
await wallet.handleCoreApiRequest("initWallet", "native-init", {});
|
||||
const ret = await f(w);
|
||||
return ret;
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user