gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -rename


From: gnunet
Subject: [taler-merchant] branch master updated: -rename
Date: Mon, 07 Feb 2022 12:33:28 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7d2f39e7 -rename
7d2f39e7 is described below

commit 7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 7 12:33:26 2022 +0100

    -rename
---
 src/backend/taler-merchant-httpd.h    | 2 +-
 src/include/taler_merchant_service.h  | 2 +-
 src/include/taler_merchantdb_plugin.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.h 
b/src/backend/taler-merchant-httpd.h
index fce507ef..b865dcc7 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -63,7 +63,7 @@ struct TMH_WireMethod
   /**
    * Salt to use when computing @e h_wire from @e payto_uri.
    */
-  struct TALER_WireSalt wire_salt;
+  struct TALER_WireSaltP wire_salt;
 
   /**
    * Hash of our wire format details as given in #j_wire.
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index f4eded04..a16f8c2b 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -679,7 +679,7 @@ struct TALER_MERCHANT_Account
   /**
    * salt used to compute h_wire
    */
-  struct TALER_WireSalt salt;
+  struct TALER_WireSaltP salt;
 
   /**
    * payto:// URI of the account.
diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 7f120aba..e37c9f72 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -90,7 +90,7 @@ struct TALER_MERCHANTDB_AccountDetails
   /**
    * Salt value used for hashing @e payto_uri.
    */
-  struct TALER_WireSalt salt;
+  struct TALER_WireSaltP salt;
 
   /**
    * Actual account address as a payto://-URI.

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