summaryrefslogtreecommitdiff
path: root/src/util/wallet_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-17 15:06:58 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-17 15:06:58 +0100
commiteac8b8c0da9f82d67ba379e2b9211c96be214436 (patch)
treea53142240a575bfeebd89daa6880ea50e60e6fe8 /src/util/wallet_signatures.c
parentbab36a2ac87b025dbdb09344c54eaf6595ab8bde (diff)
downloadexchange-eac8b8c0da9f82d67ba379e2b9211c96be214436.tar.gz
exchange-eac8b8c0da9f82d67ba379e2b9211c96be214436.tar.bz2
exchange-eac8b8c0da9f82d67ba379e2b9211c96be214436.zip
-re-enable test-revocation.sh, works again
Diffstat (limited to 'src/util/wallet_signatures.c')
-rw-r--r--src/util/wallet_signatures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index 84c0f06bd..69a265205 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -191,7 +191,7 @@ TALER_wallet_recoup_sign (
{
struct TALER_RecoupRequestPS pr = {
.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_RECOUP),
- .purpose.size = htonl (sizeof (struct TALER_RecoupRequestPS)),
+ .purpose.size = htonl (sizeof (pr)),
.h_denom_pub = *h_denom_pub,
.coin_blind = *coin_bks
};