From ffcadbff8c678c495af05428de21761cf3956f3b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Mar 2020 00:28:07 +0100 Subject: code cleanup (comments, scoping, naming, indentation) --- src/exchangedb/exchangedb_accounts.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/exchangedb/exchangedb_accounts.c') diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c index 0081c3283..2943adb24 100644 --- a/src/exchangedb/exchangedb_accounts.c +++ b/src/exchangedb/exchangedb_accounts.c @@ -45,12 +45,12 @@ struct FindAccountContext /** - * Check if @a section begins with "exchange-wire-", and if - * so if the "ENABLE" option is set to "YES". If both are - * true, call the callback from the context with the - * rest of the section name. + * Check if @a section begins with "exchange-account-", and if so if the + * "PAYTO_URI" is given. If not, a warning is printed, otherwise we also check + * if "ENABLE_CREDIT" or "ENABLE_DEBIT" options are set to "YES" and then call + * the callback in @a cls with all of the information gathered. * - * @param cls our `struct FindEnabledWireContext` + * @param cls our `struct FindAccountContext` * @param section name of a section in the configuration */ static void -- cgit v1.2.3