exchange

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

commit dbf6e123d0efb9636e075c9d4caea11a7ea2d92d
parent b84ba7074b1dfe92781690d75d338b65cd1e6902
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 25 May 2018 12:09:02 +0200

aesthetic change.

Diffstat:
Msrc/exchange-lib/testing_api_traits.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange-lib/testing_api_traits.c b/src/exchange-lib/testing_api_traits.c @@ -74,6 +74,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Trait %s/%u not found.\n", trait, index); + return GNUNET_SYSERR; }