resolved FIXMEs

This commit is contained in:
Christian Grothoff 2020-03-28 22:00:21 +01:00
parent da1df35db3
commit e16f463adb
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 5 deletions

View File

@ -1768,10 +1768,6 @@ then
exit_fail "Reported wrong operation: $OP" exit_fail "Reported wrong operation: $OP"
fi fi
# FIXME: test incomplete...
# BIG Q: why is wire_out empty? => aggregation test does not actually
# find WTIDs to check, and thus doesn't detect the bad signature!
echo "OK" echo "OK"
# Cannot undo aggregation, do full reload # Cannot undo aggregation, do full reload
full_reload full_reload

View File

@ -292,8 +292,9 @@ TALER_EXCHANGEDB_plugin_unload (struct TALER_EXCHANGEDB_Plugin *plugin);
/** /**
* FIXME(dold): Sorted by what, start or end?
* Sorted list of fees to be paid for aggregate wire transfers. * Sorted list of fees to be paid for aggregate wire transfers.
* Sorted by @e start_date or @e end_date --- both work fine as
* the resulting order must be the same.
*/ */
struct TALER_EXCHANGEDB_AggregateFees struct TALER_EXCHANGEDB_AggregateFees
{ {