From bfa62094d99affda447f452bccedc3af305f02ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 May 2015 17:45:07 +0200 Subject: -mini fix --- src/mintdb/plugin_mintdb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mintdb') diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index c096e48cc..911028e40 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -2376,7 +2376,7 @@ postgres_get_coin_transactions (void *cls, /** FIXME: * TALER_PQ_RESULT_SPEC ("timestamp", &deposit->timestamp), * TALER_PQ_RESULT_SPEC ("refund_deadline", &deposit->refund_deadline), - * TALER_PQ_RESULT_SPEC ("deposit_fee", &deposit->deposit_fee) + * TALER_PQ_RESULT_AMOUNT_NBO ("deposit_fee", &deposit->deposit_fee) */ TALER_PQ_RESULT_SPEC_END }; -- cgit v1.2.3