aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 12:10:33 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 12:10:33 +0100
commitdb8cdc8c4c80d305deb7b3b26c8e986d94ef5041 (patch)
treef5d8b37b0750574f0b3622b698adc5242b0325fc /src/lib
parentea4be7ba6fcbd8ba6860f3fc7234a51c474f4e30 (diff)
downloadexchange-db8cdc8c4c80d305deb7b3b26c8e986d94ef5041.tar.xz
-remove addessed documentation FIXMEs
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_link.c2
-rw-r--r--src/lib/exchange_api_recoup.c1
-rw-r--r--src/lib/exchange_api_recoup_refresh.c1
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",