summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-05-29 22:25:04 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-05-29 22:25:04 +0200
commitd40da21e905ef9f5370bcd0e693778053878fc34 (patch)
tree80e30b89697bc098dfdd3183e0a3e7629ac1caf7 /src/lib
parent6d2ee2c88ab87ac7e07ae30507dbd4197737838f (diff)
downloadexchange-d40da21e905ef9f5370bcd0e693778053878fc34.tar.gz
exchange-d40da21e905ef9f5370bcd0e693778053878fc34.tar.bz2
exchange-d40da21e905ef9f5370bcd0e693778053878fc34.zip
add batch signing support to taler-exchange-secmod-rsa
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index caa8407f6..92bfee6e4 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -854,8 +854,8 @@ help_melt (struct CoinHistoryParseContext *pc,
&rc,
pc->h_denom_pub,
no_hac
- ? NULL
- : &h_age_commitment,
+ ? NULL
+ : &h_age_commitment,
pc->coin_pub,
&sig))
{