exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 95f4cdc6df73955675ab07a98455bf9bf8c3e8e8
parent 8bd646532556c27061c30e97ac76956d86214895
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 11 Jun 2015 12:32:40 +0200

-testcases are good thing...

Diffstat:
Msrc/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 @@ -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 !=