exchange

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

commit ad1edd6c893bab2b2e4fecfe5b578fdfaefe68cf
parent d779c5ee0267c9b11d0b3eb5160bd727f38397b1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 Jan 2016 15:50:42 +0100

-remove dead code

Diffstat:
Msrc/mint-lib/test_mint_api.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c @@ -1695,8 +1695,6 @@ interpreter_run (void *cls, fail (is); return; } - is->task = GNUNET_SCHEDULER_add_now (&interpreter_run, - is); }