gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: -consistency


From: gnunet
Subject: [taler-exchange] 01/02: -consistency
Date: Wed, 10 May 2023 00:02:56 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 4e79967f9ba980b64e89a453efbb9ed4bfa4cc37
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 9 23:52:57 2023 +0200

    -consistency
---
 src/util/offline_signatures.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c
index 40ccfbc2..fbff850d 100644
--- a/src/util/offline_signatures.c
+++ b/src/util/offline_signatures.c
@@ -1005,9 +1005,9 @@ TALER_exchange_offline_global_fee_sign (
   const struct TALER_MasterPrivateKeyP *master_priv,
   struct TALER_MasterSignatureP *master_sig)
 {
-  struct TALER_MasterGlobalFeePS kv = {
+  struct TALER_MasterGlobalFeePS wf = {
     .purpose.purpose = htonl (TALER_SIGNATURE_MASTER_GLOBAL_FEES),
-    .purpose.size = htonl (sizeof (kv)),
+    .purpose.size = htonl (sizeof (wf)),
     .start_date = GNUNET_TIME_timestamp_hton (start_time),
     .end_date = GNUNET_TIME_timestamp_hton (end_time),
     .purse_timeout = GNUNET_TIME_relative_hton (purse_timeout),
@@ -1015,10 +1015,10 @@ TALER_exchange_offline_global_fee_sign (
     .purse_account_limit = htonl (purse_account_limit)
   };
 
-  TALER_global_fee_set_hton (&kv.fees,
+  TALER_global_fee_set_hton (&wf.fees,
                              fees);
   GNUNET_CRYPTO_eddsa_sign (&master_priv->eddsa_priv,
-                            &kv,
+                            &wf,
                             &master_sig->eddsa_signature);
 }
 

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