diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-26 16:55:10 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-26 16:55:10 +0200 |
commit | 0b8081fe220331d44b24bec247c04e239564d1f3 (patch) | |
tree | 7b434c6e6d9c271970a4af582f67ed8bbe973192 | |
parent | 77f11bcfac8065816e8df06944acd91cd80b6ea9 (diff) |
Adding receiver in TALER_ContractPS (#4651)
-rw-r--r-- | src/include/taler_signatures.h | 4 |
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; }; |