diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2021-11-16 14:43:54 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2021-11-16 14:43:54 +0100 |
commit | 591cefd3159a2982703a81b637fd7887ecef9a7a (patch) | |
tree | d7135deb6111dbe11d10463061942470097e025b /src/exchangedb/test_exchangedb.c | |
parent | 930e31e08fcdf28125b7c3fd6b76868d622d3a92 (diff) |
[age restriction] progress 3/n
- remove redundant struct members for age commitment hash
- undo pre-mature implementation in taler-exchange-secmod-rsa.c
- carry through age restriction parameter for TALER_denom_blind
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index fb32aa0b6..3c3f9fd04 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -534,6 +534,7 @@ test_melting (void) GNUNET_assert (GNUNET_OK == TALER_denom_blind (&dkp->pub, &bks, + NULL, /* FIXME-Oec */ &refresh_session.coin.coin_pub, &c_hash, &pd.coin_ev, @@ -1608,6 +1609,7 @@ run (void *cls) GNUNET_assert (GNUNET_OK == TALER_denom_blind (&dkp->pub, &bks, + NULL, /* FIXME-Oec */ &coin_pub, &c_hash, &pd.coin_ev, |