exchange

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

commit eadd518939a4dde5288c5b7054fd27c5668e5620
parent a84a9b4fb42cfe50f54d392bcc3b0dfa31712a47
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Jul 2015 11:36:51 +0200

rudimentary support for /withdraw/status

Diffstat:
Msrc/mint-lib/test_mint_api.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c @@ -23,7 +23,7 @@ * TODO: * - enhance interpreter to allow for testing of failure conditions * (i.e. double-spending, insufficient funds on withdraw) - * - add command for /withdraw/status + * - add checks for /withdraw/status */ #include "platform.h" #include "taler_util.h"