gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix typo


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo
Date: Tue, 22 Mar 2022 12:06:18 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6868b786 fix typo
6868b786 is described below

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

    fix typo
---
 src/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
index 30903c6b..c2303e06 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]