diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-19 18:48:14 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-19 18:48:23 +0100 |
commit | 6074790867eb187f4c4de96cb6266fa541dc18ae (patch) | |
tree | edd5187756f93678766692f4301d7541f68402cc /src/include | |
parent | c1dc7cc28bd87f282825944b33a986fd96c5e3c2 (diff) |
config syntax for accounts
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index 655527b36..a167be332 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -389,7 +389,7 @@ struct TALER_EXCHANGEDB_AccountInfo { /** * Section in the configuration file that specifies the - * account. Must start with "account-". + * account. Must start with "exchange-account-". */ const char *section_name; |