aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-03 14:06:17 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-03 14:06:17 +0100
commitc3243aa39f924921e8bf52fe6290e4d738d6a20e (patch)
tree52aea4695d4dda6a32392fa9c62136ca7bf02377 /src/include/taler_testing_lib.h
parentf6877449eb6aa994df6cc1a125f983ece1f6ad39 (diff)
downloadexchange-c3243aa39f924921e8bf52fe6290e4d738d6a20e.tar.xz
implement testing_api_cmd_check_aml_decision
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index a54e05e53..940233232 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2933,6 +2933,8 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
op (officer_pub, const struct TALER_AmlOfficerPublicKeyP) \
op (officer_priv, const struct TALER_AmlOfficerPrivateKeyP) \
op (officer_name, const char *) \
+ op (aml_decision, enum TALER_AmlDecisionState) \
+ op (aml_justification, const char *) \
op (purse_priv, const struct TALER_PurseContractPrivateKeyP) \
op (purse_pub, const struct TALER_PurseContractPublicKeyP) \
op (merge_priv, const struct TALER_PurseMergePrivateKeyP) \