From 5a18e955ebd663a6e1318378002a6368a7c07566 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Feb 2023 21:54:47 +0100 Subject: -fix AML decision update logic and history fetch logic --- src/include/taler_exchange_service.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 2d57b6530..bfdc062b5 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4305,15 +4305,20 @@ TALER_EXCHANGE_management_update_aml_officer_cancel ( struct TALER_EXCHANGE_AmlDecisionSummary { /** - * When was the last decision made. + * What is the current monthly threshold. */ - struct GNUNET_TIME_Timestamp last_decision_time; + struct TALER_Amount threshold; /** * Account the decision was made for. */ struct TALER_PaytoHashP h_payto; + /** + * RowID of this decision. + */ + uint64_t rowid; + /** * Current decision state. */ -- cgit v1.2.3