gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: truth payment step needed


From: gnunet
Subject: [taler-anastasis] branch master updated: truth payment step needed
Date: Wed, 17 Mar 2021 20:56:45 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new f26b054  truth payment step needed
f26b054 is described below

commit f26b0545da22adc50c025a8bf083f616e7c63a89
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Mar 17 20:56:39 2021 +0100

    truth payment step needed
---
 src/testing/testing_cmd_recover_secret.c | 4 ++--
 src/testing/testing_cmd_truth_upload.c   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/testing_cmd_recover_secret.c 
b/src/testing/testing_cmd_recover_secret.c
index df71db1..a95bdd2 100644
--- a/src/testing/testing_cmd_recover_secret.c
+++ b/src/testing/testing_cmd_recover_secret.c
@@ -69,7 +69,7 @@ struct RecoverSecretState
   /**
    * Salt to be used to derive the id
    */
-  struct ANASTASIS_CRYPTO_PowSalt *salt;
+  struct ANASTASIS_CRYPTO_ProviderSaltP *salt;
 
   /**
    * Recovery information from the lookup
@@ -188,7 +188,7 @@ recover_secret_run (void *cls,
 {
   struct RecoverSecretState *rss = cls;
   const struct TALER_TESTING_Command *ref;
-  const struct ANASTASIS_CRYPTO_PowSalt *salt;
+  const struct ANASTASIS_CRYPTO_ProviderSaltP *salt;
   rss->is = is;
 
   if (NULL != rss->download_reference)
diff --git a/src/testing/testing_cmd_truth_upload.c 
b/src/testing/testing_cmd_truth_upload.c
index a647c7f..740d5e3 100644
--- a/src/testing/testing_cmd_truth_upload.c
+++ b/src/testing/testing_cmd_truth_upload.c
@@ -165,7 +165,7 @@ truth_upload_run (void *cls,
 {
   struct TruthUploadState *tus = cls;
   const struct TALER_TESTING_Command *ref;
-  const struct ANASTASIS_CRYPTO_PowSalt *salt;
+  const struct ANASTASIS_CRYPTO_ProviderSaltP *salt;
   struct ANASTASIS_CRYPTO_UserIdentifierP user_id;
   const struct ANASTASIS_PaymentSecretP *ps;
 

-- 
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]