summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-26 16:55:10 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-26 16:55:10 +0200
commit0b8081fe220331d44b24bec247c04e239564d1f3 (patch)
tree7b434c6e6d9c271970a4af582f67ed8bbe973192 /src/include/taler_signatures.h
parent77f11bcfac8065816e8df06944acd91cd80b6ea9 (diff)
downloadexchange-0b8081fe220331d44b24bec247c04e239564d1f3.tar.gz
exchange-0b8081fe220331d44b24bec247c04e239564d1f3.tar.bz2
exchange-0b8081fe220331d44b24bec247c04e239564d1f3.zip
Adding receiver in TALER_ContractPS (#4651)
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h4
1 files changed, 4 insertions, 0 deletions
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;
};