From 78031b2711991c5ff08adbddf070277f5891d954 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 1 May 2020 18:38:21 +0200 Subject: more error codes --- src/include/taler_exchange_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 3505195f5..f7fa71443 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -757,14 +757,14 @@ struct TALER_EXCHANGE_DepositHandle; * @param cls closure * @param hr HTTP response data * @param exchange_sig signature provided by the exchange - * @param sign_key exchange key used to sign @a obj, or NULL + * @param exchange_pub exchange key used to sign @a obj, or NULL */ typedef void (*TALER_EXCHANGE_DepositResultCallback) ( void *cls, const struct TALER_EXCHANGE_HttpResponse *hr, const struct TALER_ExchangeSignatureP *exchange_sig, - const struct TALER_ExchangePublicKeyP *sign_key); + const struct TALER_ExchangePublicKeyP *exchange_pub); /** -- cgit v1.2.3