exchange

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

commit 572f35066075efef81c17eca9bd8b6696dc02dea
parent d2d7791c698cee7912fc054660cced40ff2171de
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 18 Jan 2020 01:21:38 +0100

add fixme

Diffstat:
Msrc/exchangedb/exchangedb_accounts.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c @@ -50,6 +50,9 @@ struct FindAccountContext * true, call the callback from the context with the * rest of the section name. * + * FIXME(dold): This comment is inaccurate! Also, why + * is the prefix "account-" and not "exchange-account-"? + * * @param cls our `struct FindEnabledWireContext` * @param section name of a section in the configuration */