summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-11-27 07:25:23 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-11-27 07:25:23 +0100
commit6500ab37f7b14f0a4d163e3325172171fb939390 (patch)
tree081021108a072cfa794431625600bd8be9d7c853 /src/include/taler_crypto_lib.h
parent14dae4fd53aaadbf7792eda5aa3158b562ccff3a (diff)
parent23b109ce4bfa30fba74e3caa7fb1a38d58a36058 (diff)
downloadexchange-6500ab37f7b14f0a4d163e3325172171fb939390.tar.gz
exchange-6500ab37f7b14f0a4d163e3325172171fb939390.tar.bz2
exchange-6500ab37f7b14f0a4d163e3325172171fb939390.zip
Merge branch 'master' into feature/tokens
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 65a28d715..cecd0562e 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -69,8 +69,12 @@ enum TALER_AmlDecisionState
/**
* An AML decision has concluded that the funds must be frozen.
*/
- TALER_AML_FROZEN = 2
+ TALER_AML_FROZEN = 2,
+ /**
+ * Maximum allowed numeric value for AML status.
+ */
+ TALER_AML_MAX = 2
};