diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-04-11 15:34:45 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-04-11 15:34:45 +0200 |
commit | c8c100529711959a1c18a5591b450362e648a9f6 (patch) | |
tree | 98ccbe48b110bf83d195b805357fb9af5d2f5767 /src/util | |
parent | d30b7f8eeb7ff483e2b7d4e6287d9abf86090b8d (diff) |
-add draft handler for purse merge client request
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 4b2ddb6cd..5b98f46e4 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -1088,7 +1088,7 @@ TALER_wallet_account_merge_sign ( struct GNUNET_TIME_Timestamp merge_timestamp, const struct TALER_PurseContractPublicKeyP *purse_pub, struct GNUNET_TIME_Timestamp purse_expiration, - struct TALER_PrivateContractHashP *h_contract_terms, + const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_Amount *amount, uint32_t min_age, const struct TALER_ReservePrivateKeyP *reserve_priv, @@ -1117,7 +1117,7 @@ TALER_wallet_account_merge_verify ( struct GNUNET_TIME_Timestamp merge_timestamp, const struct TALER_PurseContractPublicKeyP *purse_pub, struct GNUNET_TIME_Timestamp purse_expiration, - struct TALER_PrivateContractHashP *h_contract_terms, + const struct TALER_PrivateContractHashP *h_contract_terms, const struct TALER_Amount *amount, uint32_t min_age, const struct TALER_ReservePublicKeyP *reserve_pub, |