diff options
Diffstat (limited to 'src/exchange-tools')
| -rw-r--r-- | src/exchange-tools/taler-auditor-offline.c | 8 | ||||
| -rw-r--r-- | src/exchange-tools/taler-exchange-offline.c | 8 | 
2 files changed, 8 insertions, 8 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c index 8f44aa56..74e17efc 100644 --- a/src/exchange-tools/taler-auditor-offline.c +++ b/src/exchange-tools/taler-auditor-offline.c @@ -760,8 +760,8 @@ show_denomkeys (const json_t *denomkeys)      struct TALER_Amount fee_refund;      struct TALER_MasterSignatureP master_sig;      struct GNUNET_JSON_Specification spec[] = { -      TALER_JSON_spec_denomination_public_key ("denom_pub", -                                               &denom_pub), +      TALER_JSON_spec_denom_pub ("denom_pub", +                                 &denom_pub),        TALER_JSON_spec_amount ("value",                                currency,                                &coin_value), @@ -1060,8 +1060,8 @@ sign_denomkeys (const json_t *denomkeys)      struct TALER_Amount fee_refund;      struct TALER_MasterSignatureP master_sig;      struct GNUNET_JSON_Specification spec[] = { -      TALER_JSON_spec_denomination_public_key ("denom_pub", -                                               &denom_pub), +      TALER_JSON_spec_denom_pub ("denom_pub", +                                 &denom_pub),        TALER_JSON_spec_amount ("value",                                currency,                                &coin_value), diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c index b90e0227..01661eac 100644 --- a/src/exchange-tools/taler-exchange-offline.c +++ b/src/exchange-tools/taler-exchange-offline.c @@ -2604,8 +2604,8 @@ show_denomkeys (const struct TALER_SecurityModulePublicKeyP *secm_pub,      struct GNUNET_JSON_Specification spec[] = {        GNUNET_JSON_spec_string ("section_name",                                 §ion_name), -      TALER_JSON_spec_denomination_public_key ("denom_pub", -                                               &denom_pub), +      TALER_JSON_spec_denom_pub ("denom_pub", +                                 &denom_pub),        TALER_JSON_spec_amount ("value",                                currency,                                &coin_value), @@ -3023,8 +3023,8 @@ sign_denomkeys (const struct TALER_SecurityModulePublicKeyP *secm_pub,      struct GNUNET_JSON_Specification spec[] = {        GNUNET_JSON_spec_string ("section_name",                                 §ion_name), -      TALER_JSON_spec_denomination_public_key ("denom_pub", -                                               &denom_pub), +      TALER_JSON_spec_denom_pub ("denom_pub", +                                 &denom_pub),        TALER_JSON_spec_amount ("value",                                currency,                                &coin_value),  | 
