From d55b093de8d5a39d7796ca68a4990ee4e9669c16 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 May 2022 19:31:49 +0200 Subject: -fix reserve history, include in tests --- 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 27a28256..9c566965 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -668,7 +668,7 @@ TALER_wallet_reserve_history_verify ( TALER_amount_hton (&rhr.history_fee, history_fee); return GNUNET_CRYPTO_eddsa_verify ( - TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW, + TALER_SIGNATURE_WALLET_RESERVE_HISTORY, &rhr, &reserve_sig->eddsa_signature, &reserve_pub->eddsa_pub); -- cgit v1.2.3