gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix for #8348 (still to be teste


From: gnunet
Subject: [taler-merchant] branch master updated: fix for #8348 (still to be tested)
Date: Fri, 09 Feb 2024 20:15:39 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0f936b4a fix for #8348 (still to be tested)
0f936b4a is described below

commit 0f936b4aac6e9fa6c0304bca7aff2103cfd1f3d4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 9 20:10:20 2024 +0100

    fix for #8348 (still to be tested)
---
 configure.ac                           | 2 +-
 contrib/wallet-core                    | 2 +-
 src/backend/taler-merchant-wirewatch.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1fa727b8..c5cc912a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,7 @@ AS_CASE([$with_exchange],
          CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"])
 
 AC_CHECK_HEADERS([taler/taler_util.h],
- [AC_CHECK_LIB([talerutil], [TALER_denom_ewv_copy], libtalerutil=1)])
+ [AC_CHECK_LIB([talerutil], [TALER_payto_normalize], libtalerutil=1)])
 AM_CONDITIONAL(HAVE_TALERUTIL, test x$libtalerutil = x1)
 AS_IF([test $libtalerutil != 1],
   [AC_MSG_ERROR([[
diff --git a/contrib/wallet-core b/contrib/wallet-core
index ae088de5..2fda3176 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit ae088de54c086613a52cd6dd8d88f6535634c420
+Subproject commit 2fda31767a4d74d935ffd56130ad49b4eec1f2f7
diff --git a/src/backend/taler-merchant-wirewatch.c 
b/src/backend/taler-merchant-wirewatch.c
index e1605bc1..f273aaec 100644
--- a/src/backend/taler-merchant-wirewatch.c
+++ b/src/backend/taler-merchant-wirewatch.c
@@ -543,7 +543,7 @@ start_watch (
                                w_tail,
                                w);
   w->instance_id = GNUNET_strdup (instance);
-  w->payto_uri = GNUNET_strdup (payto_uri);
+  w->payto_uri = TALER_payto_normalize (payto_uri);
   w->start_row = last_serial;
   w->task = GNUNET_SCHEDULER_add_now (&do_work,
                                       w);

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