exchange

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

commit e4cfa3d640ab6e73ed9ad381e841c0e17e458712
parent 5da9cfc51c0ceae3e944a0c35f994cadd745911a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Jan 2020 19:44:29 +0100

annotate

Diffstat:
Msrc/util/amount.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/amount.c b/src/util/amount.c @@ -38,7 +38,7 @@ /** * Set @a a to "invalid". * - * @param a amount to set to invalid + * @param[out] a amount to set to invalid */ static void invalidate (struct TALER_Amount *a)