gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 03/03: small fixes


From: gnunet
Subject: [taler-anastasis] 03/03: small fixes
Date: Fri, 24 Apr 2020 18:55:59 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit 0ca921b5cc19daa8fb60032134ca782357a0393d
Author: Dennis Neufeld <address@hidden>
AuthorDate: Fri Apr 24 16:54:11 2020 +0000

    small fixes
---
 .gitignore                            | 3 ++-
 src/include/anastasis_service.h       | 1 +
 src/lib/testing_api_cmd_truth_store.c | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 87fc46a..59e8fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,4 +89,5 @@ src/util/vgcore.*
 src/statis/vgcore.*
 src/lib/valgrind*.txt
 src/stasis/valgrind*.txt
-src/util/valgrind*.txt
\ No newline at end of file
+src/util/valgrind*.txt
+src/lib/test_anastasis
\ No newline at end of file
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index d20ffb9..1b8e9d9 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -63,6 +63,7 @@ struct ANASTASIS_UploadSignaturePS
   struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
 
   /**
+   * FIXME: Do we need this? (Copied from Sync)
    * Hash of the previous backup, all zeros for none.
    */
   // struct GNUNET_HashCode old_recovery_data_hash;
diff --git a/src/lib/testing_api_cmd_truth_store.c 
b/src/lib/testing_api_cmd_truth_store.c
index d6b297a..ddaa2cf 100644
--- a/src/lib/testing_api_cmd_truth_store.c
+++ b/src/lib/testing_api_cmd_truth_store.c
@@ -66,7 +66,7 @@ struct TruthStoreState
   /**
    * The nonce.
    */
-  struct GNUNET_CRYPTO_EddsaPublicKey nonce;
+  struct GNUNET_CRYPTO_EddsaPublicKey pub;
 
   /**
    * URL of the anastasis backend.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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