h_contract->h_proposal_data

This commit is contained in:
Marcello Stanisci 2017-02-04 11:07:15 +01:00
parent 74fdd928c7
commit 3ead839e3c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1061,9 +1061,9 @@ struct PaymentResponsePS
struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 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;
}; };