-rename TALER_AgeCommitmentHash to TALER_AgeCommitmentHashP

This commit is contained in:
Özgür Kesim 2023-01-22 10:13:20 +01:00
parent 399006f2b7
commit 7fc0086642
2 changed files with 2 additions and 2 deletions

View File

@ -1239,7 +1239,7 @@ struct TALER_AgeMask
/** /**
* @brief Age commitment of a coin. * @brief Age commitment of a coin.
*/ */
struct TALER_AgeCommitmentHash struct TALER_AgeCommitmentHashP
{ {
/** /**
* The commitment is a SHA-256 hash code. * The commitment is a SHA-256 hash code.

View File

@ -1879,7 +1879,7 @@ struct TALER_EXCHANGEDB_MeltListEntry
* applicable to the denomination. May be all zeroes if no age restriction * applicable to the denomination. May be all zeroes if no age restriction
* applies. * applies.
*/ */
struct TALER_AgeCommitmentHash h_age_commitment; struct TALER_AgeCommitmentHashP h_age_commitment;
/** /**
* true, if no h_age_commitment is applicable * true, if no h_age_commitment is applicable