From 9a5030b993d74732f8fba2879cfca03ec070ad9a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 26 Jun 2019 20:43:08 +0200 Subject: add test for json_wire.c logic --- src/exchangedb/plugin_exchangedb_postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 9f0f044b..19956d2a 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; -- cgit v1.2.3