exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6868b78692d0bd4511862872cb078fd4760770d1
parent cce049a0b5850132ed54a3fa3f54d9a62a8532f7
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 22 Mar 2022 12:06:12 +0100

fix typo

Diffstat:
Msrc/util/wallet_signatures.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c @@ -618,7 +618,7 @@ TALER_wallet_account_setup_verify ( }; return GNUNET_CRYPTO_eddsa_verify_ ( - TALER_SIGNATURE_WALLET_RESERVE_STATUS, + TALER_SIGNATURE_WALLET_ACCOUNT_SETUP, &purpose, &reserve_sig->eddsa_signature, &reserve_pub->eddsa_pub);