initialize wallet

This commit is contained in:
Florian Dold 2021-08-02 10:54:25 +02:00
parent aaf219807d
commit fe44c84c09
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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) {