diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-11-01 15:15:35 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-11-01 15:15:35 +0100 | 
| commit | 22357678a088836aca5cd2c7e78c2c6702b6092c (patch) | |
| tree | 93173e6b4ef16e48c9113ea9bfc0ca88aa71bda4 /src/util | |
| parent | 67d393549d9a8c10dfc54b87024e377effae2dfd (diff) | |
purse auditor helper theoretically complete (but DB logic still missing)
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/wallet_signatures.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index 19291439..6c8124d0 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, | 
