From eac8b8c0da9f82d67ba379e2b9211c96be214436 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Mar 2022 15:06:58 +0100 Subject: -re-enable test-revocation.sh, works again --- src/util/wallet_signatures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/wallet_signatures.c') 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 }; -- cgit v1.2.3