summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-26 20:43:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-26 20:43:08 +0200
commit9a5030b993d74732f8fba2879cfca03ec070ad9a (patch)
tree7e47603cacc59d6c339484acdffb9aa0726da7f9 /src/exchangedb
parent35fe98a1657086af959e4512bb79b04e81ed3fc1 (diff)
downloadexchange-9a5030b993d74732f8fba2879cfca03ec070ad9a.tar.gz
exchange-9a5030b993d74732f8fba2879cfca03ec070ad9a.tar.bz2
exchange-9a5030b993d74732f8fba2879cfca03ec070ad9a.zip
add test for json_wire.c logic
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 9f0f044b4..19956d2aa 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -3384,9 +3384,9 @@ postgres_count_known_coins (void *cls,
enum GNUNET_DB_QueryStatus qs;
qs = GNUNET_PQ_eval_prepared_singleton_select (session->conn,
- "count_known_coins",
- params,
- rs);
+ "count_known_coins",
+ params,
+ rs);
if (0 > qs)
return (long long) qs;
return (long long) count;