exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d1e1620dd8362f401339f1e86d873d84ec5a49bf
parent 439c13d64b7bbca45fd415688cff71f21fe049ff
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Oct 2023 02:12:57 +0200

-fix

Diffstat:
Msrc/util/denom.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/util/denom.c b/src/util/denom.c @@ -269,6 +269,7 @@ void TALER_denom_pub_deep_copy (struct TALER_DenominationPublicKey *denom_dst, const struct TALER_DenominationPublicKey *denom_src) { + denom_dst->age_mask = denom_src->age_mask; denom_dst->bsign_pub_key = GNUNET_CRYPTO_bsign_pub_incref (denom_src->bsign_pub_key); }