gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missing stefan log


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing stefan log
Date: Wed, 01 Nov 2023 17:00:07 +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 f3d50d006 missing stefan log
f3d50d006 is described below

commit f3d50d00633fca00d718efbd6353f98863528119
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Nov 1 13:00:01 2023 -0300

    missing stefan log
---
 packages/demobank-ui/src/pages/admin/AccountList.tsx | 4 ++--
 packages/taler-harness/src/harness/harness.ts        | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/demobank-ui/src/pages/admin/AccountList.tsx 
b/packages/demobank-ui/src/pages/admin/AccountList.tsx
index a88badb58..056035750 100644
--- a/packages/demobank-ui/src/pages/admin/AccountList.tsx
+++ b/packages/demobank-ui/src/pages/admin/AccountList.tsx
@@ -30,8 +30,8 @@ export function AccountList({ onRemoveAccount, 
onShowAccountDetails, onUpdateAcc
   }
   if (result.data.type === "fail") {
     switch (result.data.case) {
-      case "unauthorized": return <div>un auth</div>
-      case "no-rights": return <div>un auth</div>
+      case "unauthorized": return <Fragment/>
+      case "no-rights": return <Fragment/>
       default: assertUnreachable(result.data)
     }
   }
diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index c16200933..8c2ce1873 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -1001,6 +1001,7 @@ export class ExchangeService implements 
ExchangeServiceInterface {
     // Set to a high value to not break existing test cases where the merchant
     // would cover all fees.
     config.setString("exchange", "STEFAN_ABS", `${e.currency}:1`);
+    config.setString("exchange", "STEFAN_LOG", `${e.currency}:1`);
     config.setString(
       "exchange",
       "revocation_dir",

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