diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-10 21:59:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-10 21:59:31 +0200 |
commit | 2d8351687168bcc7cc76320df39d329c25ee97dc (patch) | |
tree | afa2bc42c4d109b793e63ba179e624b5f91be84d /src | |
parent | 77e8be0047c58590eaf97a5bc4a633eeaaa953d9 (diff) |
add missing comment
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index de7cb1e2b..146d37a2b 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -509,6 +509,8 @@ TALER_EXCHANGE_set_last_denom (struct TALER_EXCHANGE_Handle *exchange, * * @param exchange exchange to check keys for * @param force_download #GNUNET_YES to force download even if /keys is still valid + * @param pull_all_keys if #GNUNET_YES, then the exchange state is reset to #MHS_INIT, + * and all denoms will be redownloaded. * @return until when the response is current, 0 if we are re-downloading */ struct GNUNET_TIME_Absolute |