summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-19 19:12:47 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-19 19:12:47 +0100
commitcb58740fbd9805807dba268c65498aaa171f004f (patch)
tree505e57fc6c9397acd5eb53638afe77e5c51c0361 /src/include
parent6074790867eb187f4c4de96cb6266fa541dc18ae (diff)
downloadexchange-cb58740fbd9805807dba268c65498aaa171f004f.tar.gz
exchange-cb58740fbd9805807dba268c65498aaa171f004f.tar.bz2
exchange-cb58740fbd9805807dba268c65498aaa171f004f.zip
remove redundant METHOD option, we can derive it from PAYTO_URI
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_bank_service.h3
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