exchange

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

commit 94b268ac2a4de1925df9b30c3d30c9ce93b17a7c
parent 92dc0c285aa906703485443712c682e56946836c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 25 Jul 2018 09:10:35 +0200

Remove useless comment

Diffstat:
Msrc/exchange-lib/testing_api_loop.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c @@ -72,7 +72,6 @@ TALER_TESTING_interpreter_lookup_command #define BATCH_INDEX 1 struct TALER_TESTING_Command *batch; - /* NEED BATCH HERE FROM TRAIT. */ GNUNET_assert (GNUNET_OK == TALER_TESTING_get_trait_cmd (cmd, BATCH_INDEX, &batch));