taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 95e5dfe4abc3f81a66e1cb37664b6d74cd27b1f3
parent 76690533d98742a727dd26c677ab8f3f3f099414
Author: Cedric Zwahlen <cedric.zwahlen@students.bfh.ch>
Date:   Sun,  9 Jun 2024 18:38:31 +0200

Remove 2 fixmes

Diffstat:
Mcore/api-auditor.rst | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst @@ -1443,10 +1443,6 @@ customer). The profitable column is set to true if the arithmetic problem was be determined to be profitable for the exchange, false if the problem resulted in a net loss for the exchange. -FIXME: IIRC there **used to be** cases where we did not know if the -arithemtic issue was profitable or not. So the field probably needs -to be optional. Are you sure this covers all cases? - .. http:get:: /monitoring/amount-arithmetic-inconsistency @@ -1724,8 +1720,8 @@ the **taler-exchange-closer** component is operating correctly. // When should the reserve have been closed deadline : Timestamp; - // FIXME: ???? Integer??? - wtid : Integer; + // The wire transfer identifier + wtid : HashCode; // payto URI (RFC 8905) of the account that // should have been credited.