gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: initialize wallet


From: gnunet
Subject: [taler-wallet-core] branch master updated: initialize wallet
Date: Mon, 02 Aug 2021 10:54:39 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new fe44c84c initialize wallet
fe44c84c is described below

commit fe44c84c09d15ddc67cdd6b3eb78bbc9c0f90f11
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 2 10:54:25 2021 +0200

    initialize wallet
---
 packages/taler-wallet-cli/src/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-cli/src/index.ts 
b/packages/taler-wallet-cli/src/index.ts
index ddc8b16b..64973c39 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -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) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]