summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-06 14:32:53 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-06 14:32:53 +0200
commite9c63cf3194aacb950026bec8ff2201f1d1f5418 (patch)
tree02115e9216f058cb2de582adcffe06019cb5d87e /src/include
parent979b9ed5f672a74ec06c0c330f80e28c842e4e29 (diff)
downloadanastasis-e9c63cf3194aacb950026bec8ff2201f1d1f5418.tar.gz
anastasis-e9c63cf3194aacb950026bec8ff2201f1d1f5418.tar.bz2
anastasis-e9c63cf3194aacb950026bec8ff2201f1d1f5418.zip
fix #7218 and #7219
Diffstat (limited to 'src/include')
-rw-r--r--src/include/anastasis.h5
-rw-r--r--src/include/anastasis_service.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index 90f3f5d..473756f 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -126,6 +126,11 @@ enum ANASTASIS_ChallengeStartStatus
ANASTASIS_CHALLENGE_START_STATUS_TAN_SENT_HINT_PROVIDED,
/**
+ * A TAN has been sent before.
+ */
+ ANASTASIS_CHALLENGE_START_STATUS_TAN_ALREADY_SENT,
+
+ /**
* Wire transfer required, banking details provided.
*/
ANASTASIS_CHALLENGE_START_STATUS_BANK_TRANSFER_REQUIRED
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index e88b7e0..8af0f07 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -596,6 +596,12 @@ enum ANASTASIS_ChallengeDetailType
ANASTASIS_CS_TAN_SENT,
/**
+ * A challenge TAN was already recently sent to the customer.
+ * A hint may be provided as to the address used.
+ */
+ ANASTASIS_CS_TAN_ALREADY_SENT,
+
+ /**
* The customer should wire funds to the bank
* account address provided.
*/