commit 5259a67b13a72ac53eff25a9d3dd8d764cc2619b parent dcd78beb09578e25735c371d2cb06ea5db9baca5 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sun, 19 Jul 2026 23:57:59 +0200 fix swapped comments Diffstat:
| M | src/include/donau_crypto_lib.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/donau_crypto_lib.h b/src/include/donau_crypto_lib.h @@ -383,12 +383,12 @@ struct DONAU_DonationStatement const struct DONAU_HashDonorTaxId *h_donor_tax_id; /** - * The salt used for @a h_donor_tax_id. + * The cleartext tax id of the user used for @a h_donor_tax_id. */ const char *donor_tax_id; /** - * The cleartext tax id of the user used for @a h_donor_tax_id. + * The salt used for @a h_donor_tax_id. */ const char *salt;