exchange

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

commit 5493c3224bfff283e37525cef2f938a5f584e7ce
parent 41dd9570b7ad0e43b50a0033d3abf91df7905904
Author: Florian Dold <florian@dold.me>
Date:   Wed, 26 Mar 2025 19:54:32 +0100

fix parsing of event field in AML decision

Diffstat:
Msrc/exchange/taler-exchange-httpd_aml-decision.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_aml-decision.c b/src/exchange/taler-exchange-httpd_aml-decision.c @@ -213,8 +213,8 @@ TEH_handler_post_aml_decision ( &properties), NULL), GNUNET_JSON_spec_mark_optional ( - GNUNET_JSON_spec_object_const ("events", - &events), + GNUNET_JSON_spec_array_const ("events", + &events), NULL), GNUNET_JSON_spec_bool ("keep_investigating", &to_investigate),