exchange

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

commit bd14b7510a41176cb38311a789a89522a3a5343f
parent 4db45061ea4cb227adcb96a193ffef3a3011f949
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 18:14:07 +0200

fix flag name

Diffstat:
Msrc/include/exchange-database/release_revolving_shard.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/exchange-database/release_revolving_shard.h b/src/include/exchange-database/release_revolving_shard.h @@ -26,10 +26,10 @@ /** * Function called to release a revolving shard * back into the work pool. Clears the - * "completed" flag. + * "active" flag. * * @param pg the database context - * @param job_name name of the operation to grab a word shard for + * @param job_name name of the operation the shard belongs to * @param start_row inclusive start row of the shard * @param end_row exclusive end row of the shard * @return transaction status code