From 187ae6f8a2231628be944ae43ef53f47b8428d12 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 13 Mar 2023 00:31:49 +0100 Subject: WIP: age-withdraw, continue verify_commitment_and_max_age, 7/n - coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo. --- src/include/taler_exchangedb_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 2c606225..e05ddeed 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1064,9 +1064,9 @@ struct TALER_EXCHANGEDB_AgeWithdrawCommitment struct TALER_Amount amount_with_fee; /** - * Maximum age group that the coins are restricted to. + * Maximum age that the coins are restricted to. */ - uint32_t max_age_group; + uint32_t max_age; /** * The hash of the commitment of all n*kappa coins -- cgit v1.2.3