diff options
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/json.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/json/json.c b/src/json/json.c index fe34d37f..6dfd483e 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -1008,12 +1008,12 @@ TALER_JSON_get_error_code2 (const void *data, void -TALER_deposit_extension_hash (const json_t *extensions, - struct TALER_ExtensionContractHashP *ech) +TALER_deposit_policy_hash (const json_t *policy, + struct TALER_ExtensionPolicyHashP *ech) { GNUNET_assert (GNUNET_OK == - dump_and_hash (extensions, - "taler-contract-extensions", + dump_and_hash (policy, + "taler-extensions-policy", &ech->hash)); } |