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/lib/exchange_api_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/exchange_api_common.c') diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 27dbbb86c..17be0d51b 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -586,6 +586,8 @@ TALER_EXCHANGE_verify_coin_history ( &sig), GNUNET_JSON_spec_fixed_auto ("rc", &rm.rc), + GNUNET_JSON_spec_fixed_auto ("h_denom_pub", + &rm.h_denom_pub), TALER_JSON_spec_amount_nbo ("melt_fee", &rm.melt_fee), GNUNET_JSON_spec_end () -- cgit v1.2.3