From 95f4cdc6df73955675ab07a98455bf9bf8c3e8e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Jun 2015 12:32:40 +0200 Subject: -testcases are good thing... --- src/mintdb/plugin_mintdb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index dfdff2894..850a26be3 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -1716,8 +1716,8 @@ postgres_get_refresh_session (void *cls, &refresh_session->num_oldcoins), TALER_PQ_result_spec_uint16 ("num_newcoins", &refresh_session->num_newcoins), - TALER_PQ_result_spec_auto_from_type ("noreveal_index", - &refresh_session->noreveal_index), + TALER_PQ_result_spec_uint16 ("noreveal_index", + &refresh_session->noreveal_index), TALER_PQ_result_spec_end }; if (GNUNET_OK != -- cgit v1.2.3