aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-20 16:59:12 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-20 16:59:12 +0100
commitb43cf6f97ffdbc9ad92f4933ccae6b10bd4423e0 (patch)
tree2f367e7bdeed1d6b72cf542341a2e8c7e7bfadac
parent185391f3fca2c09fb2280a6b55dc3962ac6e921b (diff)
downloadexchange-b43cf6f97ffdbc9ad92f4933ccae6b10bd4423e0.tar.xz
-fix comment
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-check.c2
-rw-r--r--src/util/wallet_signatures.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-check.c b/src/exchange/taler-exchange-httpd_kyc-check.c
index 57ac8389d..c88859268 100644
--- a/src/exchange/taler-exchange-httpd_kyc-check.c
+++ b/src/exchange/taler-exchange-httpd_kyc-check.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2021-2022 Taler Systems SA
+ Copyright (C) 2021-2023 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index b74a9fead..e655c3e5e 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -1564,7 +1564,7 @@ TALER_wallet_reserve_close_verify (
GNUNET_NETWORK_STRUCT_BEGIN
/**
- * Message signed by
+ * Message signed by reserve private key.
*/
struct TALER_ReserveAttestRequestPS
{