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:23:12 +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 5b1d513  fix SQL
5b1d513 is described below

commit 5b1d513af64dca10ce95c4cdbdef679105e8d960
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 7 16:23:01 2017 +0100

    fix SQL
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 4e4acb7..ebca07f 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1113,7 +1113,7 @@ postgres_prepare (PGconn *db_conn)
      about how a coin has been spend with /deposit requests. */
   PREPARE ("get_deposit_with_coin_pub",
            "SELECT"
-           ",amount_with_fee_val"
+           " amount_with_fee_val"
            ",amount_with_fee_frac"
            ",amount_with_fee_curr"
            ",denom.fee_deposit_val"

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



reply via email to

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