gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 12/151: fix FTBFS of exchange_api_batch_withdraw2.c


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

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

grothoff pushed a commit to branch master
in repository exchange.

commit 0166440551509ee67faffadc7740719fc064ab4c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 29 20:21:37 2024 +0200

    fix FTBFS of exchange_api_batch_withdraw2.c
---
 src/lib/exchange_api_batch_withdraw2.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/lib/exchange_api_batch_withdraw2.c 
b/src/lib/exchange_api_batch_withdraw2.c
index ff1496466..ead1498c5 100644
--- a/src/lib/exchange_api_batch_withdraw2.c
+++ b/src/lib/exchange_api_batch_withdraw2.c
@@ -234,9 +234,14 @@ handle_reserve_batch_withdraw_finished (void *cls,
         GNUNET_JSON_spec_fixed_auto (
           "h_payto",
           &bwr.details.unavailable_for_legal_reasons.h_payto),
-        GNUNET_JSON_spec_uint64 ("requirement_row",
-                                 &bwr.details.unavailable_for_legal_reasons.
-                                 kyc_requirement_id),
+        GNUNET_JSON_spec_mark_optional (
+          GNUNET_JSON_spec_fixed_auto (
+            "account_pub",
+            &bwr.details.unavailable_for_legal_reasons.account_pub),
+          NULL),
+        GNUNET_JSON_spec_uint64 (
+          "requirement_row",
+          &bwr.details.unavailable_for_legal_reasons.requirement_row),
         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]