exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 32da8154275a200144406d819d8abb77cab6fe30
parent 2c856ebe3c2c70ccd591ae3447b2bacfba589559
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 25 Dec 2020 09:06:37 +0100

clarify why FIXME does not need fix

Diffstat:
Msrc/lib/exchange_api_refund.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 () };