diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-03 18:26:47 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-03 18:26:47 +0100 |
commit | a60c5e9c97ea72428d4f61af3ea8caf1d74f2dcb (patch) | |
tree | cdf4e2abfc55f6930a0be4ef634ad34859f8c019 /src/include/taler_signatures.h | |
parent | d2302da33223a265dddf50d24c69ba9d5a057827 (diff) |
Renaming's first steps.
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 00e5c6eaf..d7b2e91d5 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1031,11 +1031,11 @@ struct TALER_WireDepositDataPS /** * The contract sent by the merchant to the wallet. */ -struct TALER_ContractPS +struct TALER_ProposalDatatPS { /** - * Purpose header for the signature over the contract with - * purpose #TALER_SIGNATURE_MERCHANT_CONTRACT. + * Purpose header for the signature over the proposal data + * with purpose #TALER_SIGNATURE_MERCHANT_CONTRACT. */ struct GNUNET_CRYPTO_EccSignaturePurpose purpose; @@ -1043,7 +1043,7 @@ struct TALER_ContractPS * Hash of the JSON contract in UTF-8 including 0-termination, * using JSON_COMPACT | JSON_SORT_KEYS */ - struct GNUNET_HashCode h_contract; + struct GNUNET_HashCode h_proposal_data; }; /** |