exchange

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

commit f18c25828e6f7175b0a26f76048fb86611cadd08
parent 0166440551509ee67faffadc7740719fc064ab4c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Apr 2024 20:23:36 +0200

fix FTBFS of exchange_api_deposits_get.c

Diffstat:
Msrc/lib/exchange_api_deposits_get.c | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_deposits_get.c b/src/lib/exchange_api_deposits_get.c @@ -181,11 +181,14 @@ handle_deposit_wtid_finished (void *cls, GNUNET_JSON_spec_timestamp ("execution_time", &dr.details.accepted.execution_time), GNUNET_JSON_spec_mark_optional ( + GNUNET_JSON_spec_fixed_auto ( + "account_pub", + &dr.details.accepted.account_pub), + NULL), + GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_uint64 ("requirement_row", &dr.details.accepted.requirement_row), &no_legi), - TALER_JSON_spec_aml_decision ("aml_decision", - &dr.details.accepted.aml_decision), GNUNET_JSON_spec_bool ("kyc_ok", &dr.details.accepted.kyc_ok), GNUNET_JSON_spec_end ()