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