exchange

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

commit ddb5987c66f6904fb7eb5f956b57395450b7f315
parent b8245d771f725ad8147e1cf18084518f386beb69
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Oct 2016 12:40:28 +0200

NULL-terminate array

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4688,6 +4688,7 @@ postgres_select_reserves_in_above_serial_id (void *cls, &sender_account_details), TALER_PQ_result_spec_json ("transfer_details", &transfer_details), + GNUNET_PQ_result_spec_end }; if (GNUNET_OK !=