diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_bank_service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index 4b2aca664..98a1017c2 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -462,8 +462,7 @@ TALER_BANK_debit_history_cancel (struct TALER_BANK_DebitHistoryHandle *hh); /** * Convenience method for parsing configuration section with bank - * authentication data. The section must contain an option - * "METHOD", plus other options that depend on the METHOD specified. + * authentication data. * * @param cfg configuration to parse * @param section the section with the configuration data |