summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-09 14:11:38 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-09 14:11:38 +0100
commit5ebc9d465458541f28b3673620a172a4a7fb24c2 (patch)
treeaef697c2918bb20ae8b63d03764f11ed36ee8734 /src/include
parente18e0809b7657688c8301632f3e803686610fa6f (diff)
downloadexchange-5ebc9d465458541f28b3673620a172a4a7fb24c2.tar.gz
exchange-5ebc9d465458541f28b3673620a172a4a7fb24c2.tar.bz2
exchange-5ebc9d465458541f28b3673620a172a4a7fb24c2.zip
-more work on coin history testing
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 8f5f4c4d2..d2bf918da 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -3277,11 +3277,16 @@ struct TALER_EXCHANGE_RefreshData
*/
struct TALER_CoinSpendPrivateKeyP melt_priv;
- /*
- * age commitment and proof and its hash that went into the original coin,
+ /**
+ * age commitment and proof that went into the original coin,
* might be NULL.
*/
const struct TALER_AgeCommitmentProof *melt_age_commitment_proof;
+
+ /**
+ * Hash of age commitment and proof that went into the original coin,
+ * might be NULL.
+ */
const struct TALER_AgeCommitmentHash *melt_h_age_commitment;
/**