gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/04: fix two minor typos / build compati


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/04: fix two minor typos / build compatibiltiy issues
Date: Tue, 04 Jul 2017 23:43:20 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 4ea441b9047d564e076c74021b8f05d6197416ac
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jul 1 15:57:44 2017 +0200

    fix two minor typos / build compatibiltiy issues
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 src/lib/test_merchant_api.c                | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index a05f468..b9cb450 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -324,7 +324,7 @@ postgres_initialize (void *cls)
                             ",closing_fee_frac"
                             ",closing_fee_curr"
                             ",start_date"
-                            ",end_data"
+                            ",end_date"
                             ",exchange_sig)"
                             " VALUES "
                             "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11)",
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index cafd427..76c0f56 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -2282,10 +2282,12 @@ do_shutdown (void *cls)
  *
  * @param cls closure
  * @param keys information about keys of the exchange
+ * @param vc compatibility information
  */
 static void
 cert_cb (void *cls,
-         const struct TALER_EXCHANGE_Keys *keys)
+         const struct TALER_EXCHANGE_Keys *keys,
+        enum TALER_EXCHANGE_VersionCompatibility vc)
 {
   struct InterpreterState *is = cls;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]