diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 12:32:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 12:32:40 +0200 |
commit | 95f4cdc6df73955675ab07a98455bf9bf8c3e8e8 (patch) | |
tree | f14ae661091f0e4adc76c31cb20767db22172f09 /src/mintdb | |
parent | 8bd646532556c27061c30e97ac76956d86214895 (diff) |
-testcases are good thing...
Diffstat (limited to 'src/mintdb')
-rw-r--r-- | src/mintdb/plugin_mintdb_postgres.c | 4 |
1 files 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 != |