From c3243aa39f924921e8bf52fe6290e4d738d6a20e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Feb 2023 14:06:17 +0100 Subject: implement testing_api_cmd_check_aml_decision --- src/lib/exchange_api_lookup_aml_decision.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') diff --git a/src/lib/exchange_api_lookup_aml_decision.c b/src/lib/exchange_api_lookup_aml_decision.c index 31c772a56..409a35c08 100644 --- a/src/lib/exchange_api_lookup_aml_decision.c +++ b/src/lib/exchange_api_lookup_aml_decision.c @@ -86,8 +86,12 @@ parse_aml_history (const json_t *aml_history, &aml->decision_time), GNUNET_JSON_spec_string ("justification", &aml->justification), + TALER_JSON_spec_amount_any ("new_threshold", + &aml->new_threshold), GNUNET_JSON_spec_uint32 ("new_state", &state32), + GNUNET_JSON_spec_fixed_auto ("decider_pub", + &aml->decider_pub), GNUNET_JSON_spec_end () }; -- cgit v1.2.3