summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-04 11:07:15 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-04 11:07:15 +0100
commit3ead839e3cede149c24a70bc3ccb628234318ced (patch)
tree31f57366f3127bd693f9ca0b5b186dc196dd342f
parent74fdd928c725827dccfc7675a9271f316b745726 (diff)
downloadexchange-3ead839e3cede149c24a70bc3ccb628234318ced.tar.gz
exchange-3ead839e3cede149c24a70bc3ccb628234318ced.tar.bz2
exchange-3ead839e3cede149c24a70bc3ccb628234318ced.zip
h_contract->h_proposal_data
-rw-r--r--src/include/taler_signatures.h4
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;
};