summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-25 09:06:37 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-25 09:06:37 +0100
commit32da8154275a200144406d819d8abb77cab6fe30 (patch)
tree3697130d2d4b3f9ca24cc412348d5f8166893c3e
parent2c856ebe3c2c70ccd591ae3447b2bacfba589559 (diff)
downloadexchange-32da8154275a200144406d819d8abb77cab6fe30.tar.gz
exchange-32da8154275a200144406d819d8abb77cab6fe30.tar.bz2
exchange-32da8154275a200144406d819d8abb77cab6fe30.zip
clarify why FIXME does not need fix
-rw-r--r--src/lib/exchange_api_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c
index b2f468106..3ccbd3ee0 100644
--- a/src/lib/exchange_api_refund.c
+++ b/src/lib/exchange_api_refund.c
@@ -292,7 +292,7 @@ verify_conflict_history_ok (struct TALER_EXCHANGE_RefundHandle *rh,
GNUNET_JSON_spec_fixed_auto ("merchant_pub",
&rr.merchant),
GNUNET_JSON_spec_uint64 ("rtransaction_id",
- &rr.rtransaction_id), // FIXME: shouldn't this be NBO!?
+ &rr.rtransaction_id), /* Note: converted to NBO below */
GNUNET_JSON_spec_end ()
};