From 5b1d513af64dca10ce95c4cdbdef679105e8d960 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 Feb 2017 16:23:01 +0100 Subject: fix SQL --- src/exchangedb/plugin_exchangedb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 4e4acb711..ebca07fae 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" -- cgit v1.2.3