diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:23:14 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:23:14 +0200 |
| commit | b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (patch) | |
| tree | d20f84dcdade08fb44eab547019dd60a1f8265ee /src/exchange/taler-exchange-httpd_keys.c | |
| parent | 3900531e0d1a6644bebe19e451fef907100d77b6 (diff) | |
rename fest
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_keys.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c index 2bbdbb34..e18295c6 100644 --- a/src/exchange/taler-exchange-httpd_keys.c +++ b/src/exchange/taler-exchange-httpd_keys.c @@ -1639,8 +1639,8 @@ finish_keys_response (struct TEH_KeyStateHandle *ksh) dk->meta.expire_deposit), GNUNET_JSON_pack_time_abs ("stamp_expire_legal", dk->meta.expire_legal), - TALER_JSON_pack_denomination_public_key ("denom_pub", - &dk->denom_pub), + TALER_JSON_pack_denom_pub ("denom_pub", + &dk->denom_pub), TALER_JSON_pack_amount ("value", &dk->meta.value), TALER_JSON_pack_amount ("fee_withdraw", @@ -2430,8 +2430,8 @@ add_future_denomkey_cb (void *cls, meta.expire_deposit), GNUNET_JSON_pack_time_abs ("stamp_expire_legal", meta.expire_legal), - TALER_JSON_pack_denomination_public_key ("denom_pub", - &hd->denom_pub), + TALER_JSON_pack_denom_pub ("denom_pub", + &hd->denom_pub), TALER_JSON_pack_amount ("fee_withdraw", &meta.fee_withdraw), TALER_JSON_pack_amount ("fee_deposit", |
