exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit cab654237f743fc58e398dd093ee6316c7ce0278
parent 2abe9bf6d7df83f480514dce06005a813503982c
Author: Marco Boss <bossm8@bfh.ch>
Date:   Wed,  2 Mar 2022 11:28:28 +0100

clearer doc

Diffstat:
Msrc/include/taler_exchangedb_plugin.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h @@ -2233,7 +2233,8 @@ struct TALER_EXCHANGEDB_Plugin (*create_tables)(void *cls); /** - * Change already present tables of the database to more partitions + * Change already present tables of the database to num partitions + * Only has an effect if there are default partitions only * * @param cls the @e cls of this struct with the plugin-specific state * @param num the number of partitions to create for each partitioned table