diff options
Diffstat (limited to 'src')
| -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 c294c73a..09df98b2 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;  };  | 
