summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_melt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-08 17:58:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-08 17:59:05 +0200
commit8e03498a487d3d00c20167dc19c24f9a0fe1a647 (patch)
treeab0955d0d1b88b319a24c5c12bd91dc17b401564 /src/exchange/taler-exchange-httpd_melt.c
parent97dfbec0811b1a0b92618f195e228c43376e4828 (diff)
downloadexchange-8e03498a487d3d00c20167dc19c24f9a0fe1a647.tar.gz
exchange-8e03498a487d3d00c20167dc19c24f9a0fe1a647.tar.bz2
exchange-8e03498a487d3d00c20167dc19c24f9a0fe1a647.zip
add h_denom to melt signatures (for #6416)
Diffstat (limited to 'src/exchange/taler-exchange-httpd_melt.c')
-rw-r--r--src/exchange/taler-exchange-httpd_melt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_melt.c b/src/exchange/taler-exchange-httpd_melt.c
index 3a0195cfd..2eab4b4a9 100644
--- a/src/exchange/taler-exchange-httpd_melt.c
+++ b/src/exchange/taler-exchange-httpd_melt.c
@@ -380,6 +380,7 @@ handle_melt (struct MHD_Connection *connection,
.purpose.size = htonl (sizeof (body)),
.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_MELT),
.rc = rmc->refresh_session.rc,
+ .h_denom_pub = rmc->refresh_session.coin.denom_pub_hash,
.coin_pub = rmc->refresh_session.coin.coin_pub
};