From 3ead839e3cede149c24a70bc3ccb628234318ced Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 4 Feb 2017 11:07:15 +0100 Subject: h_contract->h_proposal_data --- src/include/taler_signatures.h | 4 ++-- 1 file 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; }; -- cgit v1.2.3