diff options
author | Florian Dold <florian@dold.me> | 2022-04-26 23:10:05 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-04-26 23:10:12 +0200 |
commit | be536de23c4a6a7f33e05d1f9f658579a470821a (patch) | |
tree | b4b85b14276b4a51b9cf5c19bad8245d6f21d311 /src/util/wallet_signatures.c | |
parent | 336f2d8991fe4b77b625415c179f68b387a2719b (diff) |
various age restriction fixes, some of them half-baked
Diffstat (limited to 'src/util/wallet_signatures.c')
-rw-r--r-- | src/util/wallet_signatures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index ce757b753..85caaca6e 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -190,6 +190,7 @@ TALER_wallet_deposit_verify ( amount); TALER_amount_hton (&dr.deposit_fee, deposit_fee); + if (GNUNET_OK != GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_WALLET_COIN_DEPOSIT, &dr, |