summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-06 17:45:07 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-06 17:45:07 +0200
commitbfa62094d99affda447f452bccedc3af305f02ed (patch)
tree640077b58d67fe255fedcfcc8652392f1eb85620
parentfc407bcb29ea787a5ca7b45f1cb16e32d1483d5e (diff)
downloadexchange-bfa62094d99affda447f452bccedc3af305f02ed.tar.gz
exchange-bfa62094d99affda447f452bccedc3af305f02ed.tar.bz2
exchange-bfa62094d99affda447f452bccedc3af305f02ed.zip
-mini fix
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
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
};