diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-08 13:38:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-08 13:38:16 +0200 |
commit | a44becb0b84f70681f74e61486d1c56c50cae5c1 (patch) | |
tree | 6a2f6df82c475625f01fec534d3d123aee5511d5 | |
parent | a40ba9f72f59e08c1a4d08117cfd4e40074bf64f (diff) |
fix comment
-rw-r--r-- | src/backend/taler-merchant-kyccheck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-kyccheck.c b/src/backend/taler-merchant-kyccheck.c index 933d0984..279be891 100644 --- a/src/backend/taler-merchant-kyccheck.c +++ b/src/backend/taler-merchant-kyccheck.c @@ -1049,8 +1049,8 @@ find_keys (const char *exchange_url) /** - * Function called when transfers are added to the merchant database. We look - * for more work. + * Function called when keys were channged in the + * merchant database. Updates ours. * * @param cls closure (NULL) * @param extra additional event data provided |