commit 14044e1ff616356fcf7bca225ba6b407c410e40c parent c673e775b442f2dff0f8398bcb7ef8d74100311f Author: Florian Dold <florian@dold.me> Date: Wed, 26 Mar 2025 23:34:14 +0100 util: remove duplicate attribute declaration Diffstat:
| M | packages/taler-util/src/types-taler-exchange.ts | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/packages/taler-util/src/types-taler-exchange.ts b/packages/taler-util/src/types-taler-exchange.ts @@ -2011,12 +2011,6 @@ export interface AmlDecisionRequest { // Expiration timestamp of the attributes. // Mandatory if attributes are present. attributes_expiration?: Timestamp; - - // Array of AML/KYC events to trigger for statistics. - // Note that this information is not covered by the signature - // (which is OK as events are just for statistics). - // New since protocol **v24**. - events?: string[]; } export interface KycRule {