summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-29 20:23:36 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-29 20:24:15 +0200
commit0155a5e30e18ed572d009445b1acc2e03f105d4b (patch)
tree0c1c5948859cbf8911951c5c9715b70d36a3b5a5
parente99ea3ba6771ee77af0e4d4d825dac7e150d7422 (diff)
downloadexchange-aml.tar.gz
exchange-aml.tar.bz2
exchange-aml.zip
fix FTBFS of exchange_api_deposits_get.caml
-rw-r--r--src/lib/exchange_api_deposits_get.c7
1 files 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
@@ -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 ()