commit 3ead839e3cede149c24a70bc3ccb628234318ced parent 74fdd928c725827dccfc7675a9271f316b745726 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Sat, 4 Feb 2017 11:07:15 +0100 h_contract->h_proposal_data Diffstat:
| M | 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 @@ -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; };