diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-30 11:51:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-30 11:51:42 +0100 |
commit | a3548f0efb5cc970497c07165322317d904be187 (patch) | |
tree | b897a4d289ee0ddfdcc0305db1fa4bd8f7b51591 /src/include/taler_exchange_service.h | |
parent | e89bb8edaa9c1e3fe6a9afd5a8e9d7ad606620b5 (diff) |
add command to add auditor's denomination signature
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 19017eac1..d1ce5a234 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -2561,7 +2561,8 @@ struct TALER_EXCHANGE_AuditorAddDenominationHandle; * @param url HTTP base URL for the exchange * @param h_denom_pub hash of the public key of the denomination * @param auditor_pub public key of the auditor - * @param auditor_sig signature of the auditor + * @param auditor_sig signature of the auditor, of + * purpose #TALER_SIGNATURE_AUDITOR_EXCHANGE_KEYS * @param cb function to call with the exchange's result * @param cb_cls closure for @a cb * @return the request handle; NULL upon error |