diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-04 11:07:15 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-04 11:07:15 +0100 |
commit | 3ead839e3cede149c24a70bc3ccb628234318ced (patch) | |
tree | 31f57366f3127bd693f9ca0b5b186dc196dd342f /src/include | |
parent | 74fdd928c725827dccfc7675a9271f316b745726 (diff) |
h_contract->h_proposal_data
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index fa78c7a05..626526777 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1061,9 +1061,9 @@ struct PaymentResponsePS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Hash of the contract associated with this confirmation + * Hash of the proposal data associated with this confirmation */ - struct GNUNET_HashCode h_contract; + struct GNUNET_HashCode h_proposal_data; }; |