-rename TALER_AgeCommitmentHash to TALER_AgeCommitmentHashP
This commit is contained in:
parent
399006f2b7
commit
7fc0086642
@ -1239,7 +1239,7 @@ struct TALER_AgeMask
|
||||
/**
|
||||
* @brief Age commitment of a coin.
|
||||
*/
|
||||
struct TALER_AgeCommitmentHash
|
||||
struct TALER_AgeCommitmentHashP
|
||||
{
|
||||
/**
|
||||
* The commitment is a SHA-256 hash code.
|
||||
|
@ -1879,7 +1879,7 @@ struct TALER_EXCHANGEDB_MeltListEntry
|
||||
* applicable to the denomination. May be all zeroes if no age restriction
|
||||
* applies.
|
||||
*/
|
||||
struct TALER_AgeCommitmentHash h_age_commitment;
|
||||
struct TALER_AgeCommitmentHashP h_age_commitment;
|
||||
|
||||
/**
|
||||
* true, if no h_age_commitment is applicable
|
||||
|
Loading…
Reference in New Issue
Block a user