-fixes
This commit is contained in:
parent
07ea1c9890
commit
fef26ec525
@ -1410,7 +1410,7 @@ struct TALER_ProposalDataPS
|
|||||||
* Hash of the JSON contract in UTF-8 including 0-termination,
|
* Hash of the JSON contract in UTF-8 including 0-termination,
|
||||||
* using JSON_COMPACT | JSON_SORT_KEYS
|
* using JSON_COMPACT | JSON_SORT_KEYS
|
||||||
*/
|
*/
|
||||||
struct GNUNET_HashCode hash;
|
struct TALER_PrivateContractHash hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2343,6 +2343,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
|
|||||||
op (reserve_pub, const struct TALER_ReservePublicKeyP) \
|
op (reserve_pub, const struct TALER_ReservePublicKeyP) \
|
||||||
op (merchant_priv, const struct TALER_MerchantPrivateKeyP) \
|
op (merchant_priv, const struct TALER_MerchantPrivateKeyP) \
|
||||||
op (merchant_pub, const struct TALER_MerchantPublicKeyP) \
|
op (merchant_pub, const struct TALER_MerchantPublicKeyP) \
|
||||||
|
op (merchant_sig, const struct TALER_MerchantSignatureP) \
|
||||||
op (wtid, const struct TALER_WireTransferIdentifierRawP) \
|
op (wtid, const struct TALER_WireTransferIdentifierRawP) \
|
||||||
op (contract_terms, const json_t) \
|
op (contract_terms, const json_t) \
|
||||||
op (wire_details, const json_t) \
|
op (wire_details, const json_t) \
|
||||||
|
Loading…
Reference in New Issue
Block a user