From 8e03498a487d3d00c20167dc19c24f9a0fe1a647 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Jul 2020 17:58:45 +0200 Subject: add h_denom to melt signatures (for #6416) --- src/auditor/taler-helper-auditor-coins.c | 4 ++++ 1 file changed, 4 insertions(+) (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 1a03ac72d..b93521775 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1283,6 +1283,8 @@ refresh_session_cb (void *cls, .coin_pub = *coin_pub }; + GNUNET_CRYPTO_rsa_public_key_hash (denom_pub->rsa_public_key, + &rmc.h_denom_pub); TALER_amount_hton (&rmc.amount_with_fee, amount_with_fee); if (GNUNET_OK != @@ -1620,6 +1622,8 @@ deposit_cb (void *cls, .coin_pub = *coin_pub }; + GNUNET_CRYPTO_rsa_public_key_hash (denom_pub->rsa_public_key, + &dr.h_denom_pub); if (GNUNET_OK != TALER_JSON_merchant_wire_signature_hash (receiver_wire_account, &dr.h_wire)) -- cgit v1.2.3