diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 15:06:58 +0100 |
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 15:06:58 +0100 |
| commit | eac8b8c0da9f82d67ba379e2b9211c96be214436 (patch) | |
| tree | a53142240a575bfeebd89daa6880ea50e60e6fe8 /src/util | |
| parent | bab36a2ac87b025dbdb09344c54eaf6595ab8bde (diff) | |
-re-enable test-revocation.sh, works again
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/wallet_signatures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index 84c0f06b..69a26520 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 }; |
