summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-07 12:33:26 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-07 12:33:26 +0100
commit7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e (patch)
tree41474f8ab438b8a4d3d817c1174a36ab74d4cd04 /src
parent15f7b65cf3b04e1aa0c103098a90d5cff1524aa7 (diff)
downloadmerchant-7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e.tar.gz
merchant-7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e.tar.bz2
merchant-7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e.zip
-rename
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd.h2
-rw-r--r--src/include/taler_merchant_service.h2
-rw-r--r--src/include/taler_merchantdb_plugin.h2
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.