diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/exchange_api_link.c | 2 | ||||
| -rw-r--r-- | src/lib/exchange_api_recoup.c | 1 | ||||
| -rw-r--r-- | src/lib/exchange_api_recoup_refresh.c | 1 | 
3 files changed, 0 insertions, 4 deletions
| diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c index 6a904da1..ff1efe15 100644 --- a/src/lib/exchange_api_link.c +++ b/src/lib/exchange_api_link.c @@ -102,12 +102,10 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,                                 &rpub),      TALER_JSON_spec_blinded_denom_sig ("ev_sig",                                         &bsig), -    // FIXME: add to spec!      TALER_JSON_spec_exchange_withdraw_values ("ewv",                                                &alg_values),      GNUNET_JSON_spec_fixed_auto ("link_sig",                                   &link_sig), -    // FIXME: add to spec!      GNUNET_JSON_spec_uint32 ("coin_idx",                               &coin_idx),      GNUNET_JSON_spec_end () diff --git a/src/lib/exchange_api_recoup.c b/src/lib/exchange_api_recoup.c index a3ba18af..2584ade9 100644 --- a/src/lib/exchange_api_recoup.c +++ b/src/lib/exchange_api_recoup.c @@ -322,7 +322,6 @@ TALER_EXCHANGE_recoup (struct TALER_EXCHANGE_Handle *exchange,                                  &h_denom_pub),      TALER_JSON_pack_denom_sig ("denom_sig",                                 denom_sig), -    // FIXME: add this to the spec!      TALER_JSON_pack_exchange_withdraw_values ("ewv",                                                exchange_vals),      GNUNET_JSON_pack_data_auto ("coin_sig", diff --git a/src/lib/exchange_api_recoup_refresh.c b/src/lib/exchange_api_recoup_refresh.c index 51749706..9133e594 100644 --- a/src/lib/exchange_api_recoup_refresh.c +++ b/src/lib/exchange_api_recoup_refresh.c @@ -326,7 +326,6 @@ TALER_EXCHANGE_recoup_refresh (                                  &h_denom_pub),      TALER_JSON_pack_denom_sig ("denom_sig",                                 denom_sig), -    // FIXME: add this to the spec!      TALER_JSON_pack_exchange_withdraw_values ("ewv",                                                exchange_vals),      GNUNET_JSON_pack_data_auto ("coin_sig", | 
