diff options
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index a49b9eb5..ed447e90 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1056,6 +1056,11 @@ struct TALER_CoinPublicInfo struct TALER_AgeCommitmentHash h_age_commitment; /** + * True, if age commitment is not applicable. + */ + bool no_age_commitment; + + /** * (Unblinded) signature over @e coin_pub with @e denom_pub, * which demonstrates that the coin is valid. */ |