exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0b8081fe220331d44b24bec247c04e239564d1f3
parent 77f11bcfac8065816e8df06944acd91cd80b6ea9
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 26 Sep 2016 16:55:10 +0200

Adding receiver in TALER_ContractPS (#4651)

Diffstat:
Msrc/include/taler_signatures.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -1066,6 +1066,10 @@ struct TALER_ContractPS */ struct GNUNET_HashCode h_contract; + /** + * Key of the merchant who is signing this contract + */ + struct TALER_MerchantPublicKeyP merchant_pub; };