From a78b3345fbf017b1cddfd09afb4b2c29287b0bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Thu, 17 Feb 2022 12:23:06 +0100 Subject: [age restriction] progress 15/n - melt/refresh/reveal and recoup Added age restriction support for - melt/refresh/reveal - recoup However, tests are not yet implemented for those flows. Also: minor fixes and refactoring. --- src/auditor/taler-helper-auditor-coins.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/auditor/taler-helper-auditor-coins.c') diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 2ed8e5a15..531f5bb46 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1614,7 +1614,6 @@ deposit_cb (void *cls, struct TALER_MerchantWireHash h_wire; struct TALER_DenominationHash h_denom_pub; struct TALER_Amount deposit_fee; - struct TALER_AgeCommitmentHash *h_age_commitment = NULL; /* FIXME-oec */ TALER_denom_pub_hash (denom_pub, &h_denom_pub); @@ -1631,8 +1630,8 @@ deposit_cb (void *cls, &deposit_fee, &h_wire, &deposit->h_contract_terms, - h_age_commitment, /* FIXME-oec */ - NULL /* h_extensions! */, + &deposit->coin.h_age_commitment, + NULL /* FIXME: h_extensions! */, &h_denom_pub, deposit->timestamp, &deposit->merchant_pub, -- cgit v1.2.3