gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix SQL


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix SQL
Date: Tue, 07 Feb 2017 16:20:40 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c319f14  fix SQL
c319f14 is described below

commit c319f1407fef175f8e11ea83540da5ff95b93db3
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 7 16:20:36 2017 +0100

    fix SQL
---
 src/exchangedb/plugin_exchangedb_postgres.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 892c7ab..4e4acb7 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -966,8 +966,8 @@ postgres_prepare (PGconn *db_conn)
            ",amount_with_fee_frac "
            ",amount_with_fee_curr "
            ") VALUES "
-           "($1, $2, $3, $4, $5, $6, $7, $8, $9);",
-           9, NULL);
+           "($1, $2, $3, $4, $5, $6, $7, $8);",
+           8, NULL);
 
   /* Fetch an existing deposit request, used to ensure idempotency
      during /deposit processing. Used in #postgres_have_deposit(). */

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



reply via email to

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