From eadd518939a4dde5288c5b7054fd27c5668e5620 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Jul 2015 11:36:51 +0200 Subject: [PATCH] rudimentary support for /withdraw/status --- src/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 index 6a8895fdb..812ad27e0 100644 --- 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"