diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-08 19:55:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-08 19:55:18 +0200 |
commit | 4f846eab966e2366c860c8708d3c47c18397d346 (patch) | |
tree | 935d88530cc09a9c1fe935c7205ede29356bbbce /src/include/taler_exchangedb_plugin.h | |
parent | 8800110b72d539e6e9a57ca9e6a66a9ad427f528 (diff) |
fix #5756, also change sepa->iban as per payto:// spec
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 0a46c7264..6f1625dd0 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1922,7 +1922,7 @@ struct TALER_EXCHANGEDB_Plugin * * @param cls closure * @param session database connection - * @param type type of the wire transfer (i.e. "sepa") + * @param type type of the wire transfer (i.e. "iban") * @param buf buffer with wire transfer preparation data * @param buf_size number of bytes in @a buf * @return query status code |