diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:10:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:10:33 +0100 |
commit | db8cdc8c4c80d305deb7b3b26c8e986d94ef5041 (patch) | |
tree | f5d8b37b0750574f0b3622b698adc5242b0325fc /src/lib | |
parent | ea4be7ba6fcbd8ba6860f3fc7234a51c474f4e30 (diff) |
-remove addessed documentation FIXMEs
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 6a904da1b..ff1efe15b 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 a3ba18afd..2584ade92 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 517497067..9133e5942 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", |