diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-22 12:06:12 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-22 12:06:12 +0100 |
commit | 6868b78692d0bd4511862872cb078fd4760770d1 (patch) | |
tree | 67014ead261a6bb47b23137b46cbc09fbd3407cc /src | |
parent | cce049a0b5850132ed54a3fa3f54d9a62a8532f7 (diff) |
fix typo
Diffstat (limited to 'src')
-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 30903c6b7..c2303e064 100644 --- 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); |