gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix broken compile


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix broken compile
Date: Mon, 09 Jan 2023 12:49:17 +0100

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 efb5bf9de fix broken compile
efb5bf9de is described below

commit efb5bf9de465be29de06c30c9e8cd78374b7c118
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jan 9 08:49:08 2023 -0300

    fix broken compile
---
 packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts 
b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
index 46b1262b1..7dcda4c52 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
@@ -160,7 +160,7 @@ export function useComponentState({
         onSuccess(resp.transactionId);
       } catch (e) {
         if (e instanceof TalerError) {
-          setOperationError(e.errorDetail);
+          // setOperationError(e.errorDetail);
         }
         console.error(e);
         throw Error("error trying to accept");

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