summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:37:56 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-10 15:37:56 +0200
commit6801c690b765794d839712361b87c046a2bd59e0 (patch)
tree8232499859073fd04c55191823f0591eda9e53d3 /src/exchangedb/plugin_exchangedb_postgres.c
parent61e737f03e85d1e68bb5b58228b9937f8269038c (diff)
downloadexchange-6801c690b765794d839712361b87c046a2bd59e0.tar.gz
exchange-6801c690b765794d839712361b87c046a2bd59e0.tar.bz2
exchange-6801c690b765794d839712361b87c046a2bd59e0.zip
Test last change.
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index e8da9a4c8..59b4cfa74 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1305,7 +1305,7 @@ postgres_prepare (PGconn *db_conn)
* are stored into the table queried below. */
GNUNET_PQ_make_prepare ("get_kyc_events",
"SELECT"
- " merchant_serial_id,"
+ " merchant_serial_id"
",amount_val"
",amount_frac"
",amount_curr"