summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-01 15:15:35 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-01 15:15:35 +0100
commit22357678a088836aca5cd2c7e78c2c6702b6092c (patch)
tree93173e6b4ef16e48c9113ea9bfc0ca88aa71bda4 /src/util
parent67d393549d9a8c10dfc54b87024e377effae2dfd (diff)
downloadexchange-22357678a088836aca5cd2c7e78c2c6702b6092c.tar.gz
exchange-22357678a088836aca5cd2c7e78c2c6702b6092c.tar.bz2
exchange-22357678a088836aca5cd2c7e78c2c6702b6092c.zip
purse auditor helper theoretically complete (but DB logic still missing)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/wallet_signatures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index 192914394..6c8124d03 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -821,7 +821,7 @@ GNUNET_NETWORK_STRUCT_END
void
TALER_wallet_purse_create_sign (
struct GNUNET_TIME_Timestamp purse_expiration,
- struct TALER_PrivateContractHashP *h_contract_terms,
+ const struct TALER_PrivateContractHashP *h_contract_terms,
const struct TALER_PurseMergePublicKeyP *merge_pub,
uint32_t min_age,
const struct TALER_Amount *amount,
@@ -848,7 +848,7 @@ TALER_wallet_purse_create_sign (
enum GNUNET_GenericReturnValue
TALER_wallet_purse_create_verify (
struct GNUNET_TIME_Timestamp purse_expiration,
- struct TALER_PrivateContractHashP *h_contract_terms,
+ const struct TALER_PrivateContractHashP *h_contract_terms,
const struct TALER_PurseMergePublicKeyP *merge_pub,
uint32_t min_age,
const struct TALER_Amount *amount,