gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: fix refresh erro


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: fix refresh error reporting
Date: Wed, 17 Jul 2024 21:54:32 +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 0dcd73356 wallet-core: fix refresh error reporting
0dcd73356 is described below

commit 0dcd733564032ef7ce54fac529ea19c5ad3636f6
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jul 17 21:54:28 2024 +0200

    wallet-core: fix refresh error reporting
---
 packages/taler-wallet-core/src/refresh.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/refresh.ts 
b/packages/taler-wallet-core/src/refresh.ts
index 66c6e06c3..e341321f4 100644
--- a/packages/taler-wallet-core/src/refresh.ts
+++ b/packages/taler-wallet-core/src/refresh.ts
@@ -1424,7 +1424,7 @@ export async function processRefreshGroup(
       }
       const err = getErrorDetailFromException(x);
       logger.warn(`exception in refresh session: ${j2s(err)}`);
-      errors.push(getErrorDetailFromException(err));
+      errors.push(err);
     }
   }
 

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