gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 13/151: fix FTBFS of exchange_api_deposits_get.c


From: gnunet
Subject: [taler-exchange] 13/151: fix FTBFS of exchange_api_deposits_get.c
Date: Tue, 30 Jul 2024 23:36:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit f18c25828e6f7175b0a26f76048fb86611cadd08
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 29 20:23:36 2024 +0200

    fix FTBFS of exchange_api_deposits_get.c
---
 src/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
index 20eaea3d3..f008878ed 100644
--- a/src/lib/exchange_api_deposits_get.c
+++ b/src/lib/exchange_api_deposits_get.c
@@ -180,12 +180,15 @@ handle_deposit_wtid_finished (void *cls,
       struct GNUNET_JSON_Specification spec[] = {
         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 ()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]