summaryrefslogtreecommitdiff
path: root/src/include/taler_auditor_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 16:41:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 16:41:24 +0100
commit644049274c36733b14832b07ed3517da01865183 (patch)
tree3f023662ac32be7afe99a6ed91b3041aea02e2a3 /src/include/taler_auditor_service.h
parent204b545db1eca882adb2b1a3dea5c6c860f91def (diff)
downloadexchange-644049274c36733b14832b07ed3517da01865183.tar.gz
exchange-644049274c36733b14832b07ed3517da01865183.tar.bz2
exchange-644049274c36733b14832b07ed3517da01865183.zip
doxygen
Diffstat (limited to 'src/include/taler_auditor_service.h')
-rw-r--r--src/include/taler_auditor_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_auditor_service.h b/src/include/taler_auditor_service.h
index 486e7cc4b..4849c2fe1 100644
--- a/src/include/taler_auditor_service.h
+++ b/src/include/taler_auditor_service.h
@@ -206,7 +206,7 @@ typedef void
* @param master_pub master public key of the exchange
* @param ep_start when does @a exchange_pub validity start
* @param ep_expire when does @a exchange_pub usage end
- * @param ep_legal_end when does @a exchange_pub legal validity end
+ * @param ep_end when does @a exchange_pub legal validity end
* @param master_sig master signature affirming validity of @a exchange_pub
* @param cb the callback to call when a reply for this request is available
* @param cb_cls closure for the above callback
@@ -234,7 +234,7 @@ TALER_AUDITOR_deposit_confirmation (struct TALER_AUDITOR_Handle *auditor,
TALER_MasterPublicKeyP *master_pub,
struct GNUNET_TIME_Absolute ep_start,
struct GNUNET_TIME_Absolute ep_expire,
- struct GNUNET_TIME_Absolute ep_legal_end,
+ struct GNUNET_TIME_Absolute ep_end,
const struct
TALER_MasterSignatureP *master_sig,
TALER_AUDITOR_DepositConfirmationResultCallback