exchange

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

commit 33d0182a1ee688be6ce3cb30ab451ca986cc5c22
parent 7e6a673668a077cd373cfbcb1f06805fbab9cf91
Author: Sree Harsha Totakura <sreeharsha@totakura.in>
Date:   Sun, 12 Apr 2015 17:17:39 +0200

-fix misc.

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 @@ -1017,7 +1017,7 @@ postgres_reserves_in_insert (void *cls, TALER_PQ_QUERY_PARAM_PTR (&reserve->pub), TALER_PQ_QUERY_PARAM_PTR (&balance_nbo.value), TALER_PQ_QUERY_PARAM_PTR (&balance_nbo.fraction), - TALER_PQ_QUERY_PARAM_PTR_SIZED (&balance_nbo.currency, + TALER_PQ_QUERY_PARAM_PTR_SIZED (balance_nbo.currency, TALER_PQ_CURRENCY_LEN), TALER_PQ_QUERY_PARAM_PTR (&expiry_nbo), TALER_PQ_QUERY_PARAM_END