summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-28 22:00:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-28 22:00:21 +0100
commite16f463adbdd9ea113d9122ebbcf4d04fed30438 (patch)
tree14ed9f2e6540b9cce64288b7769082f7d287605e /src/include
parentda1df35db36c69c7a536e2514d934caad6391ae0 (diff)
downloadexchange-e16f463adbdd9ea113d9122ebbcf4d04fed30438.tar.gz
exchange-e16f463adbdd9ea113d9122ebbcf4d04fed30438.tar.bz2
exchange-e16f463adbdd9ea113d9122ebbcf4d04fed30438.zip
resolved FIXMEs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h
index d8ce0e16a..33ead98bb 100644
--- a/src/include/taler_exchangedb_lib.h
+++ b/src/include/taler_exchangedb_lib.h
@@ -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 by @e start_date or @e end_date --- both work fine as
+ * the resulting order must be the same.
*/
struct TALER_EXCHANGEDB_AggregateFees
{