From e7e10a2931cc19969b2c060a0996506e5b7ce43e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Aug 2021 12:50:34 +0200 Subject: -misc bugfixes for IBAN plugin --- src/include/anastasis_database_plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/anastasis_database_plugin.h') diff --git a/src/include/anastasis_database_plugin.h b/src/include/anastasis_database_plugin.h index 96a9367..1265f7b 100644 --- a/src/include/anastasis_database_plugin.h +++ b/src/include/anastasis_database_plugin.h @@ -620,6 +620,7 @@ struct ANASTASIS_DatabasePlugin * @param cls closure * @param truth_uuid identification of the challenge which the code corresponds to * @param code code which is now satisfied + * @param after after what time must the challenge have been created * @return transaction status, * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied @@ -628,7 +629,8 @@ struct ANASTASIS_DatabasePlugin (*test_challenge_code_satisfied)( void *cls, const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, - const uint64_t code); + const uint64_t code, + struct GNUNET_TIME_Absolute after); /** -- cgit v1.2.3