From 0b8081fe220331d44b24bec247c04e239564d1f3 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 26 Sep 2016 16:55:10 +0200 Subject: Adding receiver in TALER_ContractPS (#4651) --- src/include/taler_signatures.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index c294c73af..09df98b26 100644 --- 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; }; -- cgit v1.2.3