gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix typo


From: gnunet
Subject: [taler-exchange] branch master updated: -fix typo
Date: Mon, 08 Apr 2024 20:11:29 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5733aae04 -fix typo
5733aae04 is described below

commit 5733aae043238efae13023ef6f209938e63382a4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 8 20:11:25 2024 +0200

    -fix typo
---
 src/exchange/taler-exchange-httpd_config.h | 2 +-
 src/util/crypto_confirmation.c             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_config.h 
b/src/exchange/taler-exchange-httpd_config.h
index 640e3b6e9..c0a14104a 100644
--- a/src/exchange/taler-exchange-httpd_config.h
+++ b/src/exchange/taler-exchange-httpd_config.h
@@ -41,7 +41,7 @@
  *
  * Returned via both /config and /keys endpoints.
  */
-#define EXCHANGE_PROTOCOL_VERSION "19:0:2"
+#define EXCHANGE_PROTOCOL_VERSION "19:1:2"
 
 
 /**
diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c
index 5670f5560..99552f150 100644
--- a/src/util/crypto_confirmation.c
+++ b/src/util/crypto_confirmation.c
@@ -266,7 +266,7 @@ TALER_build_pos_confirmation (const char *pos_key,
             TALER_amount_is_valid (total) ) )
       {
         GNUNET_break_op (0);
-        return GNUNET_SYSERR;
+        return NULL;
       }
       TALER_amount_hton (&ntotal,
                          total);

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