Adding receiver in TALER_ContractPS (#4651)

This commit is contained in:
Marcello Stanisci 2016-09-26 16:55:10 +02:00
parent 77f11bcfac
commit 0b8081fe22

View File

@ -1066,6 +1066,10 @@ struct TALER_ContractPS
*/ */
struct GNUNET_HashCode h_contract; struct GNUNET_HashCode h_contract;
/**
* Key of the merchant who is signing this contract
*/
struct TALER_MerchantPublicKeyP merchant_pub;
}; };