gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: initialization for webextensi


From: gnunet
Subject: [taler-wallet-core] branch master updated: initialization for webextension
Date: Mon, 09 Aug 2021 15:41:10 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2ec3f4a5 initialization for webextension
2ec3f4a5 is described below

commit 2ec3f4a5d5107a49f000ecb4245996bdfaf0a212
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Aug 9 10:40:17 2021 -0300

    initialization for webextension
---
 packages/taler-wallet-webextension/src/wxBackend.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/taler-wallet-webextension/src/wxBackend.ts 
b/packages/taler-wallet-webextension/src/wxBackend.ts
index 08c9757f..8bbfc0c1 100644
--- a/packages/taler-wallet-webextension/src/wxBackend.ts
+++ b/packages/taler-wallet-webextension/src/wxBackend.ts
@@ -34,6 +34,7 @@ import {
   DbAccess,
   WalletStoresV1,
   Wallet,
+  WalletApiOperation,
 } from "@gnu-taler/taler-wallet-core";
 import {
   classifyTalerUri,
@@ -260,6 +261,7 @@ async function reinitWallet(): Promise<void> {
     http,
     new BrowserCryptoWorkerFactory(),
   );
+  await wallet.handleCoreApiRequest("initWallet", "native-init", {});
   wallet.addNotificationListener((x) => {
     for (const x of notificationPorts) {
       try {

-- 
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]