donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit a74b0caf58808e370795d490c0ab7a179cc66fd0
parent 5259a67b13a72ac53eff25a9d3dd8d764cc2619b
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 19 Jul 2026 23:58:16 +0200

fix swapped comments

Diffstat:
Msrc/testing/testing_api_cmd_issue_receipts.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/testing_api_cmd_issue_receipts.c b/src/testing/testing_api_cmd_issue_receipts.c @@ -97,12 +97,12 @@ struct StatusState struct DONAU_Keys *keys; /** - * The salt used for @h_donor_tax_id. + * The cleartext tax id of the user used for @h_donor_tax_id. */ const char *donor_tax_id; /** - * The cleartext tax id of the user used for @h_donor_tax_id. + * The salt used for @h_donor_tax_id. */ const char *donor_salt;