exchange

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

commit bfa62094d99affda447f452bccedc3af305f02ed
parent fc407bcb29ea787a5ca7b45f1cb16e32d1483d5e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  6 May 2015 17:45:07 +0200

-mini fix

Diffstat:
Msrc/mintdb/plugin_mintdb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 };