clarify why FIXME does not need fix

This commit is contained in:
Christian Grothoff 2020-12-25 09:06:37 +01:00
parent 2c856ebe3c
commit 32da815427
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -292,7 +292,7 @@ verify_conflict_history_ok (struct TALER_EXCHANGE_RefundHandle *rh,
GNUNET_JSON_spec_fixed_auto ("merchant_pub", GNUNET_JSON_spec_fixed_auto ("merchant_pub",
&rr.merchant), &rr.merchant),
GNUNET_JSON_spec_uint64 ("rtransaction_id", 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 () GNUNET_JSON_spec_end ()
}; };